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
db06197a
Commit
db06197a
authored
Aug 08, 2024
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hyc-档案所在地必填调整
parent
e649a43a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
TPreEmpMainVo.java
...om/yifu/cloud/plus/v1/yifu/archives/vo/TPreEmpMainVo.java
+3
-3
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TPreEmpMainVo.java
View file @
db06197a
...
@@ -48,13 +48,13 @@ public class TPreEmpMainVo extends RowIndex implements Serializable {
...
@@ -48,13 +48,13 @@ public class TPreEmpMainVo extends RowIndex implements Serializable {
@ExcelAttribute
(
name
=
"员工类型"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
EMP_NATRUE
)
@ExcelAttribute
(
name
=
"员工类型"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
EMP_NATRUE
)
@ExcelProperty
(
"员工类型"
)
@ExcelProperty
(
"员工类型"
)
private
String
empNatrue
;
private
String
empNatrue
;
@ExcelAttribute
(
name
=
"档案所在地省"
,
isArea
=
true
)
@ExcelAttribute
(
name
=
"档案所在地省"
,
isArea
=
true
,
isNotEmpty
=
true
,
errorInfo
=
"档案所在地省不能为空"
)
@ExcelProperty
(
"档案所在地省"
)
@ExcelProperty
(
"档案所在地省"
)
private
String
fileProvince
;
private
String
fileProvince
;
@ExcelAttribute
(
name
=
"档案所在地市"
,
isArea
=
true
,
parentField
=
"fileProvince"
)
@ExcelAttribute
(
name
=
"档案所在地市"
,
isArea
=
true
,
parentField
=
"fileProvince"
,
isNotEmpty
=
true
,
errorInfo
=
"档案所在地市不能为空"
)
@ExcelProperty
(
"档案所在地市"
)
@ExcelProperty
(
"档案所在地市"
)
private
String
fileCity
;
private
String
fileCity
;
@ExcelAttribute
(
name
=
"档案所在地县"
,
isArea
=
true
,
parentField
=
"fileCity"
)
@ExcelAttribute
(
name
=
"档案所在地县"
,
isArea
=
true
,
parentField
=
"fileCity"
,
isNotEmpty
=
true
,
errorInfo
=
"档案所在地县不能为空"
)
@ExcelProperty
(
"档案所在地县"
)
@ExcelProperty
(
"档案所在地县"
)
private
String
fileTown
;
private
String
fileTown
;
@ExcelAttribute
(
name
=
"计税月份"
)
@ExcelAttribute
(
name
=
"计税月份"
)
...
...
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