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
013f2475
Commit
013f2475
authored
Apr 15, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加我司到款单位-fxj
parent
3da31162
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
0 deletions
+30
-0
TDispatchInfo.java
.../yifu/cloud/plus/v1/yifu/social/entity/TDispatchInfo.java
+10
-0
TSocialFundInfo.java
...ifu/cloud/plus/v1/yifu/social/entity/TSocialFundInfo.java
+10
-0
TSocialInfo.java
...om/yifu/cloud/plus/v1/yifu/social/entity/TSocialInfo.java
+10
-0
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/entity/TDispatchInfo.java
View file @
013f2475
...
...
@@ -900,4 +900,14 @@ public class TDispatchInfo extends BaseEntity {
@Schema
(
description
=
"社保待购买id"
)
@TableField
(
exist
=
false
)
private
String
preId
;
/**
* 我司到款单位
*/
@Length
(
max
=
100
,
message
=
"我司到款单位 不能超过100个字符"
)
@ExcelAttribute
(
name
=
"我司到款单位"
,
maxLength
=
100
)
@Schema
(
description
=
"我司到款单位"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"我司到款单位"
)
private
String
unitOfOurCompany
;
}
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/entity/TSocialFundInfo.java
View file @
013f2475
...
...
@@ -1341,4 +1341,14 @@ public class TSocialFundInfo extends BaseEntity {
private
SysBaseSetInfo
socialSetInfo
;
@TableField
(
exist
=
false
)
private
SysBaseSetInfo
fundSetInfo
;
/**
* 我司到款单位
*/
@Length
(
max
=
100
,
message
=
"我司到款单位 不能超过100个字符"
)
@ExcelAttribute
(
name
=
"我司到款单位"
,
maxLength
=
100
)
@Schema
(
description
=
"我司到款单位"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"我司到款单位"
)
private
String
unitOfOurCompany
;
}
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/entity/TSocialInfo.java
View file @
013f2475
...
...
@@ -1279,4 +1279,14 @@ public class TSocialInfo extends BaseEntity {
@TableField
(
exist
=
false
)
private
String
ysdOverDueFlag
;
/**
* 我司到款单位
*/
@Length
(
max
=
100
,
message
=
"我司到款单位 不能超过100个字符"
)
@ExcelAttribute
(
name
=
"我司到款单位"
,
maxLength
=
100
)
@Schema
(
description
=
"我司到款单位"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"我司到款单位"
)
private
String
unitOfOurCompany
;
}
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