Commit b161f167 authored by hongguangwu's avatar hongguangwu

MVP1.7.0 优化

parent fac2f7ef
...@@ -118,7 +118,7 @@ public class PreUploadEmpImportTwoVo implements Serializable { ...@@ -118,7 +118,7 @@ public class PreUploadEmpImportTwoVo implements Serializable {
private String relationCity; private String relationCity;
@ExcelAttribute(name = "联系地址-区/县", isArea = true, parentField = "relationCity") @ExcelAttribute(name = "联系地址-区/县", isArea = true, parentField = "relationCity")
private String relationTown; private String relationTown;
@ExcelAttribute(name = "联系地址-详细地址", errorInfo = "联系地址-街道、详情不能为空", maxLength = 100) @ExcelAttribute(name = "联系地址-详细地址", errorInfo = "联系地址-街道、详情不能为空", maxLength = 200)
private String address; private String address;
@ExcelAttribute(name = "手机号码(紧急联系人)", isPhone = true, errorInfo = "手机号码(紧急联系人)不能为空", maxLength = 20) @ExcelAttribute(name = "手机号码(紧急联系人)", isPhone = true, errorInfo = "手机号码(紧急联系人)不能为空", maxLength = 20)
private String tel; private String tel;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment