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
12327037
Commit
12327037
authored
May 13, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.6.4-社保士兵相关代码5-导出的表头
parent
7eb029d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
SocialSoldierExportVo.java
...u/cloud/plus/v1/yifu/social/vo/SocialSoldierExportVo.java
+8
-8
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/SocialSoldierExportVo.java
View file @
12327037
...
@@ -24,10 +24,10 @@ public class SocialSoldierExportVo implements Serializable {
...
@@ -24,10 +24,10 @@ public class SocialSoldierExportVo implements Serializable {
@ExcelProperty
(
"派单类型"
)
@ExcelProperty
(
"派单类型"
)
private
String
type
;
private
String
type
;
@Schema
(
description
=
"办理状态"
)
@Schema
(
description
=
"
派单
办理状态"
)
//@ExcelAttribute(name = "办理状态", readConverterExp = "0=未办理,1=全部办理成功,2=全部办理失败,3=部分办理成功,4=办理中", needExport = true)
//@ExcelAttribute(name = "办理状态", readConverterExp = "0=未办理,1=全部办理成功,2=全部办理失败,3=部分办理成功,4=办理中", needExport = true)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"办理状态"
)
@ExcelProperty
(
"
派单
办理状态"
)
private
String
socialHandleStatus
;
private
String
socialHandleStatus
;
//@ExcelAttribute(name = "养老工伤失业-办理状态", readConverterExp = "0=无,1=待办理,2=自动办理中,3=继续办理,4=中止办理,5=人工处理,6=成功", needExport = true)
//@ExcelAttribute(name = "养老工伤失业-办理状态", readConverterExp = "0=无,1=待办理,2=自动办理中,3=继续办理,4=中止办理,5=人工处理,6=成功", needExport = true)
...
@@ -105,12 +105,12 @@ public class SocialSoldierExportVo implements Serializable {
...
@@ -105,12 +105,12 @@ public class SocialSoldierExportVo implements Serializable {
private
String
socialHouseholdName
;
private
String
socialHouseholdName
;
/**
/**
*
缴纳地-省
*
社保缴纳地
*/
*/
//@ExcelAttribute(name = "社保缴纳地
-省
", maxLength = 32, isArea = true, needExport = true)
//@ExcelAttribute(name = "社保缴纳地", maxLength = 32, isArea = true, needExport = true)
@Schema
(
description
=
"社保缴纳地
-省
"
)
@Schema
(
description
=
"社保缴纳地"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"社保缴纳地
-省
"
)
@ExcelProperty
(
"社保缴纳地"
)
private
String
socialProvince
;
private
String
socialProvince
;
...
@@ -122,9 +122,9 @@ public class SocialSoldierExportVo implements Serializable {
...
@@ -122,9 +122,9 @@ public class SocialSoldierExportVo implements Serializable {
//@ExcelAttribute(name = "派单项", maxLength = 50, needExport = true)
//@ExcelAttribute(name = "派单项", maxLength = 50, needExport = true)
@Schema
(
description
=
"派单项
:如 养老、公积金
"
)
@Schema
(
description
=
"派单项"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"派单项
:如 养老、公积金
"
)
@ExcelProperty
(
"派单项"
)
private
String
dispatchItem
;
private
String
dispatchItem
;
//@ExcelAttribute(name = "申请人", needExport = true)
//@ExcelAttribute(name = "申请人", needExport = true)
...
...
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