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
76070b6c
Commit
76070b6c
authored
Aug 05, 2022
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
缴费库 代码修改
parent
9250bf59
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
TPreDispatchInfo.java
...fu/cloud/plus/v1/yifu/social/entity/TPreDispatchInfo.java
+6
-6
TPreDispatchUpdateVo.java
...fu/cloud/plus/v1/yifu/social/vo/TPreDispatchUpdateVo.java
+6
-6
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/entity/TPreDispatchInfo.java
View file @
76070b6c
...
@@ -235,16 +235,16 @@ public class TPreDispatchInfo extends BaseEntity {
...
@@ -235,16 +235,16 @@ public class TPreDispatchInfo extends BaseEntity {
* 备注说明1
* 备注说明1
*/
*/
@Schema
(
description
=
"备注说明1"
)
@Schema
(
description
=
"备注说明1"
)
@Length
(
max
=
25
5
,
message
=
"备注说明1不能超过255个字符"
)
@Length
(
max
=
25
0
,
message
=
"备注说明1不能超过255个字符"
)
@ExcelAttribute
(
name
=
"备注说明1"
,
maxLength
=
25
5
)
@ExcelAttribute
(
name
=
"备注说明1"
,
maxLength
=
25
0
)
private
String
remarkOne
;
private
String
remarkOne
;
/**
/**
* 备注说明2
* 备注说明2
*/
*/
@Schema
(
description
=
"备注说明2"
)
@Schema
(
description
=
"备注说明2"
)
@Length
(
max
=
25
5
,
message
=
"备注说明2不能超过255
个字符"
)
@Length
(
max
=
25
0
,
message
=
"备注说明2不能超过250
个字符"
)
@ExcelAttribute
(
name
=
"备注说明2"
,
maxLength
=
25
5
)
@ExcelAttribute
(
name
=
"备注说明2"
,
maxLength
=
25
0
)
private
String
remarkTwo
;
private
String
remarkTwo
;
/**
/**
...
@@ -740,8 +740,8 @@ public class TPreDispatchInfo extends BaseEntity {
...
@@ -740,8 +740,8 @@ public class TPreDispatchInfo extends BaseEntity {
* 备注
* 备注
*/
*/
@Schema
(
description
=
"备注"
)
@Schema
(
description
=
"备注"
)
@Length
(
max
=
25
5
,
message
=
"备注不能超过255
个字符"
)
@Length
(
max
=
25
0
,
message
=
"备注不能超过250
个字符"
)
@ExcelAttribute
(
name
=
"备注"
,
maxLength
=
25
5
)
@ExcelAttribute
(
name
=
"备注"
,
maxLength
=
25
0
)
private
String
remark
;
private
String
remark
;
/**
/**
...
...
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TPreDispatchUpdateVo.java
View file @
76070b6c
...
@@ -150,14 +150,14 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
...
@@ -150,14 +150,14 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
/**
/**
* 备注说明1
* 备注说明1
*/
*/
@Length
(
max
=
25
5
,
message
=
"备注说明1不能超过255
个字符"
)
@Length
(
max
=
25
0
,
message
=
"备注说明1不能超过250
个字符"
)
@ExcelAttribute
(
name
=
"备注说明1"
,
maxLength
=
25
5
)
@ExcelAttribute
(
name
=
"备注说明1"
,
maxLength
=
25
0
)
private
String
remarkOne
;
private
String
remarkOne
;
/**
/**
* 备注说明2
* 备注说明2
*/
*/
@Length
(
max
=
25
5
,
message
=
"备注说明2不能超过255
个字符"
)
@Length
(
max
=
25
0
,
message
=
"备注说明2不能超过250
个字符"
)
@ExcelAttribute
(
name
=
"备注说明2"
,
maxLength
=
25
5
)
@ExcelAttribute
(
name
=
"备注说明2"
,
maxLength
=
25
0
)
private
String
remarkTwo
;
private
String
remarkTwo
;
/**
/**
* 养老城市
* 养老城市
...
@@ -587,8 +587,8 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
...
@@ -587,8 +587,8 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
/**
/**
* 备注
* 备注
*/
*/
@ExcelAttribute
(
name
=
"备注"
,
maxLength
=
25
5
)
@ExcelAttribute
(
name
=
"备注"
,
maxLength
=
25
0
)
@Length
(
max
=
25
5
,
message
=
"备注不能超过255
个字符"
)
@Length
(
max
=
25
0
,
message
=
"备注不能超过250
个字符"
)
private
String
remark
;
private
String
remark
;
/**
/**
...
...
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