Commit 344baa6d authored by huyuchen's avatar huyuchen

huych-电子档案批量导入第五次提交

parent 0fdc0711
...@@ -23,15 +23,6 @@ public class ArchiveImportVO extends RowIndex implements Serializable { ...@@ -23,15 +23,6 @@ public class ArchiveImportVO extends RowIndex implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* 身份证号码
*/
@ExcelAttribute(name = "身份证号码", isNotEmpty = true, errorInfo = "身份证号码不能为空", maxLength = 18)
@ExcelProperty(value = "身份证号码")
@NotBlank(message = "身份证号码不能为空")
@Schema(description = "身份证号码")
private String empIdcard;
/** /**
* 姓名 * 姓名
*/ */
...@@ -41,6 +32,15 @@ public class ArchiveImportVO extends RowIndex implements Serializable { ...@@ -41,6 +32,15 @@ public class ArchiveImportVO extends RowIndex implements Serializable {
@Schema(description = "姓名") @Schema(description = "姓名")
private String empName; private String empName;
/**
* 身份证号码
*/
@ExcelAttribute(name = "身份证号码", isNotEmpty = true, errorInfo = "身份证号码不能为空", maxLength = 18)
@ExcelProperty(value = "身份证号码")
@NotBlank(message = "身份证号码不能为空")
@Schema(description = "身份证号码")
private String empIdcard;
/** /**
* 项目编码 * 项目编码
*/ */
......
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