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
43d23215
Commit
43d23215
authored
Sep 04, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.15-税友50字
parent
ff643555
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
TSocialHouseholdInsertVo.java
...loud/plus/v1/yifu/social/vo/TSocialHouseholdInsertVo.java
+4
-4
TSocialHouseholdUpdateVo.java
...loud/plus/v1/yifu/social/vo/TSocialHouseholdUpdateVo.java
+4
-4
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TSocialHouseholdInsertVo.java
View file @
43d23215
...
@@ -123,8 +123,8 @@ public class TSocialHouseholdInsertVo extends RowIndex implements Serializable {
...
@@ -123,8 +123,8 @@ public class TSocialHouseholdInsertVo extends RowIndex implements Serializable {
/**
/**
* 单位编号
* 单位编号
*/
*/
@ExcelAttribute
(
name
=
"单位编号"
,
maxLength
=
2
0
)
@ExcelAttribute
(
name
=
"单位编号"
,
maxLength
=
5
0
)
@Length
(
max
=
20
,
message
=
"单位编号不能超过2
0个字符"
)
@Length
(
max
=
50
,
message
=
"单位编号不能超过5
0个字符"
)
@Schema
(
description
=
"单位编号"
)
@Schema
(
description
=
"单位编号"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"单位编号"
)
@ExcelProperty
(
"单位编号"
)
...
@@ -143,8 +143,8 @@ public class TSocialHouseholdInsertVo extends RowIndex implements Serializable {
...
@@ -143,8 +143,8 @@ public class TSocialHouseholdInsertVo extends RowIndex implements Serializable {
/**
/**
* 医保单位编号
* 医保单位编号
*/
*/
@ExcelAttribute
(
name
=
"医保-单位编号"
,
maxLength
=
2
0
)
@ExcelAttribute
(
name
=
"医保-单位编号"
,
maxLength
=
5
0
)
@Length
(
max
=
20
,
message
=
"医保-单位编号不能超过2
0个字符"
)
@Length
(
max
=
50
,
message
=
"医保-单位编号不能超过5
0个字符"
)
@Schema
(
description
=
"医保-单位编号"
)
@Schema
(
description
=
"医保-单位编号"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"医保-单位编号"
)
@ExcelProperty
(
"医保-单位编号"
)
...
...
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TSocialHouseholdUpdateVo.java
View file @
43d23215
...
@@ -122,8 +122,8 @@ public class TSocialHouseholdUpdateVo extends RowIndex implements Serializable {
...
@@ -122,8 +122,8 @@ public class TSocialHouseholdUpdateVo extends RowIndex implements Serializable {
/**
/**
* 单位编号
* 单位编号
*/
*/
@ExcelAttribute
(
name
=
"单位编号"
,
maxLength
=
2
0
)
@ExcelAttribute
(
name
=
"单位编号"
,
maxLength
=
5
0
)
@Length
(
max
=
20
,
message
=
"单位编号不能超过2
0个字符"
)
@Length
(
max
=
50
,
message
=
"单位编号不能超过5
0个字符"
)
@Schema
(
description
=
"单位编号"
)
@Schema
(
description
=
"单位编号"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"单位编号"
)
@ExcelProperty
(
"单位编号"
)
...
@@ -142,8 +142,8 @@ public class TSocialHouseholdUpdateVo extends RowIndex implements Serializable {
...
@@ -142,8 +142,8 @@ public class TSocialHouseholdUpdateVo extends RowIndex implements Serializable {
/**
/**
* 医保单位编号
* 医保单位编号
*/
*/
@ExcelAttribute
(
name
=
"医保-单位编号"
,
maxLength
=
2
0
)
@ExcelAttribute
(
name
=
"医保-单位编号"
,
maxLength
=
5
0
)
@Length
(
max
=
20
,
message
=
"医保-单位编号不能超过2
0个字符"
)
@Length
(
max
=
50
,
message
=
"医保-单位编号不能超过5
0个字符"
)
@Schema
(
description
=
"医保-单位编号"
)
@Schema
(
description
=
"医保-单位编号"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"医保-单位编号"
)
@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