Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
b6fb98c1
Commit
b6fb98c1
authored
Jan 09, 2026
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-电子档案批量导入第五次提交
parent
30b1912b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ArchiveImportVO.java
...java/com/yifu/cloud/plus/v1/batch/vo/ArchiveImportVO.java
+4
-4
No files found.
yifu-batch/yifu-batch-api/src/main/java/com/yifu/cloud/plus/v1/batch/vo/ArchiveImportVO.java
View file @
b6fb98c1
...
...
@@ -27,7 +27,7 @@ public class ArchiveImportVO extends RowIndex implements Serializable {
* 身份证号码
*/
@ExcelAttribute
(
name
=
"身份证号码"
,
isNotEmpty
=
true
,
errorInfo
=
"身份证号码不能为空"
,
maxLength
=
18
)
@ExcelProperty
(
value
=
"身份证号码"
,
index
=
0
)
@ExcelProperty
(
value
=
"身份证号码"
)
@NotBlank
(
message
=
"身份证号码不能为空"
)
@Schema
(
description
=
"身份证号码"
)
private
String
empIdcard
;
...
...
@@ -36,7 +36,7 @@ public class ArchiveImportVO extends RowIndex implements Serializable {
* 姓名
*/
@ExcelAttribute
(
name
=
"姓名"
,
isNotEmpty
=
true
,
errorInfo
=
"姓名不能为空"
,
maxLength
=
32
)
@ExcelProperty
(
value
=
"姓名"
,
index
=
1
)
@ExcelProperty
(
value
=
"姓名"
)
@NotBlank
(
message
=
"姓名不能为空"
)
@Schema
(
description
=
"姓名"
)
private
String
empName
;
...
...
@@ -45,7 +45,7 @@ public class ArchiveImportVO extends RowIndex implements Serializable {
* 项目编码
*/
@ExcelAttribute
(
name
=
"项目编码"
,
isNotEmpty
=
true
,
errorInfo
=
"项目编码不能为空"
,
maxLength
=
50
)
@ExcelProperty
(
value
=
"项目编码"
,
index
=
2
)
@ExcelProperty
(
value
=
"项目编码"
)
@NotBlank
(
message
=
"项目编码不能为空"
)
@Schema
(
description
=
"项目编码"
)
private
String
deptNo
;
...
...
@@ -54,7 +54,7 @@ public class ArchiveImportVO extends RowIndex implements Serializable {
* 项目名称
*/
@ExcelAttribute
(
name
=
"项目名称"
,
isNotEmpty
=
true
,
errorInfo
=
"项目名称不能为空"
,
maxLength
=
50
)
@ExcelProperty
(
value
=
"项目名称"
,
index
=
3
)
@ExcelProperty
(
value
=
"项目名称"
)
@NotBlank
(
message
=
"项目名称不能为空"
)
@Schema
(
description
=
"项目名称"
)
private
String
deptName
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment