Commit 562b3f03 authored by huyuchen's avatar huyuchen

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

parent 344baa6d
...@@ -41,6 +41,15 @@ public class ArchiveImportVO extends RowIndex implements Serializable { ...@@ -41,6 +41,15 @@ public class ArchiveImportVO extends RowIndex implements Serializable {
@Schema(description = "身份证号码") @Schema(description = "身份证号码")
private String empIdcard; private String empIdcard;
/**
* 项目名称
*/
@ExcelAttribute(name = "项目名称", isNotEmpty = true, errorInfo = "项目名称不能为空", maxLength = 50)
@ExcelProperty(value = "项目名称")
@NotBlank(message = "项目名称不能为空")
@Schema(description = "项目名称")
private String deptName;
/** /**
* 项目编码 * 项目编码
*/ */
...@@ -50,13 +59,5 @@ public class ArchiveImportVO extends RowIndex implements Serializable { ...@@ -50,13 +59,5 @@ public class ArchiveImportVO extends RowIndex implements Serializable {
@Schema(description = "项目编码") @Schema(description = "项目编码")
private String deptNo; private String deptNo;
/**
* 项目名称
*/
@ExcelAttribute(name = "项目名称", isNotEmpty = true, errorInfo = "项目名称不能为空", maxLength = 50)
@ExcelProperty(value = "项目名称")
@NotBlank(message = "项目名称不能为空")
@Schema(description = "项目名称")
private String deptName;
} }
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