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
f85a73c9
Commit
f85a73c9
authored
Nov 12, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.1 优化薪资提示语
parent
100d2055
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
TPreEmployeeInfo.java
.../cloud/plus/v1/yifu/archives/entity/TPreEmployeeInfo.java
+5
-0
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TPreEmployeeInfo.java
View file @
f85a73c9
...
@@ -420,6 +420,7 @@ public class TPreEmployeeInfo extends BaseEntity {
...
@@ -420,6 +420,7 @@ public class TPreEmployeeInfo extends BaseEntity {
@Length
(
max
=
50
,
message
=
"开户行总行不能超过50个字符"
)
@Length
(
max
=
50
,
message
=
"开户行总行不能超过50个字符"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"开户行总行"
)
@ExcelProperty
(
"开户行总行"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
String
bankName
;
private
String
bankName
;
/**
/**
* 开户行省
* 开户行省
...
@@ -427,6 +428,7 @@ public class TPreEmployeeInfo extends BaseEntity {
...
@@ -427,6 +428,7 @@ public class TPreEmployeeInfo extends BaseEntity {
@ExcelAttribute
(
name
=
"开户行省"
,
isArea
=
true
)
@ExcelAttribute
(
name
=
"开户行省"
,
isArea
=
true
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"开户行省"
)
@ExcelProperty
(
"开户行省"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
String
bankProvince
;
private
String
bankProvince
;
/**
/**
* 开户行市
* 开户行市
...
@@ -434,6 +436,7 @@ public class TPreEmployeeInfo extends BaseEntity {
...
@@ -434,6 +436,7 @@ public class TPreEmployeeInfo extends BaseEntity {
@ExcelAttribute
(
name
=
"开户行市"
,
isArea
=
true
,
parentField
=
"bankProvince"
)
@ExcelAttribute
(
name
=
"开户行市"
,
isArea
=
true
,
parentField
=
"bankProvince"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"开户行市"
)
@ExcelProperty
(
"开户行市"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
String
bankCity
;
private
String
bankCity
;
/**
/**
* 开户行支行
* 开户行支行
...
@@ -442,6 +445,7 @@ public class TPreEmployeeInfo extends BaseEntity {
...
@@ -442,6 +445,7 @@ public class TPreEmployeeInfo extends BaseEntity {
@Length
(
max
=
50
,
message
=
"开户行支行不能超过50个字符"
)
@Length
(
max
=
50
,
message
=
"开户行支行不能超过50个字符"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"开户行支行"
)
@ExcelProperty
(
"开户行支行"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
String
bankSubName
;
private
String
bankSubName
;
/**
/**
* 银行卡号
* 银行卡号
...
@@ -450,6 +454,7 @@ public class TPreEmployeeInfo extends BaseEntity {
...
@@ -450,6 +454,7 @@ public class TPreEmployeeInfo extends BaseEntity {
@Length
(
max
=
50
,
message
=
"银行卡号不能超过50个字符"
)
@Length
(
max
=
50
,
message
=
"银行卡号不能超过50个字符"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"银行卡号"
)
@ExcelProperty
(
"银行卡号"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
String
bankNo
;
private
String
bankNo
;
/**
/**
* 计税月份
* 计税月份
...
...
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