|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | ||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ExcelVerify
Excel 导入校验
| 可选元素摘要 | |
|---|---|
boolean |
interHandler
接口校验 |
boolean |
isEmail
是电子邮件 |
boolean |
isMobile
是13位移动电话 |
boolean |
isTel
是座机号码 |
int |
maxLength
最大长度 |
int |
minLength
最小长度 |
boolean |
notNull
不允许空 |
String |
regex
正在表达式 |
String |
regexTip
正在表达式,错误提示信息 |
public abstract boolean interHandler
public abstract boolean isEmail
public abstract boolean isMobile
public abstract boolean isTel
public abstract int maxLength
public abstract int minLength
public abstract boolean notNull
public abstract String regex
public abstract String regexTip
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | ||||||||