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
dc67c48f
Commit
dc67c48f
authored
Feb 20, 2024
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提供角色类表接口
parent
84c9402a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
SocialHandleExportVo.java
...fu/cloud/plus/v1/yifu/social/vo/SocialHandleExportVo.java
+6
-7
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/SocialHandleExportVo.java
View file @
dc67c48f
...
...
@@ -4,7 +4,6 @@ import com.alibaba.excel.annotation.ExcelProperty;
import
com.alibaba.excel.annotation.format.DateTimeFormat
;
import
com.alibaba.excel.annotation.write.style.ContentStyle
;
import
com.alibaba.excel.annotation.write.style.HeadFontStyle
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttribute
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttributeConstants
;
import
io.swagger.v3.oas.annotations.media.Schema
;
...
...
@@ -46,7 +45,7 @@ public class SocialHandleExportVo implements Serializable {
/**
* 养老办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/
@ExcelAttribute
(
name
=
"养老状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
增
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@ExcelAttribute
(
name
=
"养老状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
减-
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@Schema
(
description
=
"养老办理状态:0待办理1办理成功2办理失败3已派减"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"养老状态"
)
...
...
@@ -54,7 +53,7 @@ public class SocialHandleExportVo implements Serializable {
/**
* 医疗办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/
@ExcelAttribute
(
name
=
"医疗状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
增
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@ExcelAttribute
(
name
=
"医疗状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
减-
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@Schema
(
description
=
"医疗办理状态:0待办理1办理成功2办理失败3已派减"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"医疗状态"
)
...
...
@@ -62,7 +61,7 @@ public class SocialHandleExportVo implements Serializable {
/**
* 失业办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/
@ExcelAttribute
(
name
=
"失业状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
增
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@ExcelAttribute
(
name
=
"失业状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
减-
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@Schema
(
description
=
"失业办理状态:0待办理1办理成功2办理失败3已派减"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"失业状态"
)
...
...
@@ -70,7 +69,7 @@ public class SocialHandleExportVo implements Serializable {
/**
* 工伤办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/
@ExcelAttribute
(
name
=
"工伤状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
增
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@ExcelAttribute
(
name
=
"工伤状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
减-
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@Schema
(
description
=
"工伤办理状态:0待办理1办理成功2办理失败3已派减"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"工伤状态"
)
...
...
@@ -78,7 +77,7 @@ public class SocialHandleExportVo implements Serializable {
/**
* 生育办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/
@ExcelAttribute
(
name
=
"生育状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
增
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@ExcelAttribute
(
name
=
"生育状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
减-
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@Schema
(
description
=
"生育办理状态:0待办理1办理成功2办理失败3已派减"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"生育状态"
)
...
...
@@ -86,7 +85,7 @@ public class SocialHandleExportVo implements Serializable {
/**
* 大病办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/
@ExcelAttribute
(
name
=
"大病状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
增
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@ExcelAttribute
(
name
=
"大病状态"
,
maxLength
=
1
,
readConverterExp
=
"0=派增待办理,1=派增办理成功,2=派增办理失败,3=派
减-
已派减,4=派减失败,5=派减待办理,null=——"
,
needExport
=
true
)
@Schema
(
description
=
"大病办理状态:0待办理1办理成功2办理失败3已派减"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"大病状态"
)
...
...
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