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
dd97dee8
Commit
dd97dee8
authored
Nov 04, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权限配置页面
parent
a4ceb7bb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
TInsuranceAreaExportVo.java
...ud/plus/v1/yifu/insurances/vo/TInsuranceAreaExportVo.java
+8
-8
No files found.
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/TInsuranceAreaExportVo.java
View file @
dd97dee8
...
...
@@ -55,21 +55,21 @@ public class TInsuranceAreaExportVo implements Serializable {
@Schema
(
description
=
"办理人所在部门"
)
private
String
organName
;
/**
* 办理-省
* 办理
地
-省
*/
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelAttribute
(
name
=
"办理-省"
,
isArea
=
true
)
@NotBlank
(
message
=
"办理-省不能为空"
)
@ExcelProperty
(
"
档办理
-省"
)
@Schema
(
description
=
"办理-省"
)
@ExcelAttribute
(
name
=
"办理
地
-省"
,
isArea
=
true
)
@NotBlank
(
message
=
"办理
地
-省不能为空"
)
@ExcelProperty
(
"
办理地
-省"
)
@Schema
(
description
=
"办理
地
-省"
)
private
String
province
;
/**
* 办理-市
*/
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelAttribute
(
name
=
"办理-市"
,
isArea
=
true
,
parentField
=
"province"
)
@ExcelProperty
(
"办理-市"
)
@Schema
(
description
=
"办理-市"
)
@ExcelAttribute
(
name
=
"办理
地
-市"
,
isArea
=
true
,
parentField
=
"province"
)
@ExcelProperty
(
"办理
地
-市"
)
@Schema
(
description
=
"办理
地
-市"
)
private
String
city
;
...
...
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