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
d1c089af
Commit
d1c089af
authored
Mar 12, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.21-专项扣除
parent
22ae8556
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
TSpecialDeducationSum.java
...oud/plus/v1/yifu/salary/entity/TSpecialDeducationSum.java
+13
-0
TSpecialDeducationSumMapper.xml
...src/main/resources/mapper/TSpecialDeducationSumMapper.xml
+6
-0
No files found.
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/entity/TSpecialDeducationSum.java
View file @
d1c089af
...
@@ -268,4 +268,17 @@ public class TSpecialDeducationSum extends BaseEntity {
...
@@ -268,4 +268,17 @@ public class TSpecialDeducationSum extends BaseEntity {
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
value
=
"备注"
)
@ExcelProperty
(
value
=
"备注"
)
private
String
remark
;
private
String
remark
;
@ExcelAttribute
(
name
=
"公务交通费用"
,
isFloat
=
true
,
max
=
"999999999.99"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
value
=
"公务交通费用"
)
private
BigDecimal
gongWuMoney
;
@ExcelAttribute
(
name
=
"通讯费用"
,
isFloat
=
true
,
max
=
"999999999.99"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
value
=
"通讯费用"
)
private
BigDecimal
tongXunMoney
;
@ExcelAttribute
(
name
=
"律师办案费"
,
isFloat
=
true
,
max
=
"999999999.99"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
value
=
"律师办案费"
)
private
BigDecimal
lvShiMoney
;
}
}
yifu-salary/yifu-salary-biz/src/main/resources/mapper/TSpecialDeducationSumMapper.xml
View file @
d1c089af
...
@@ -39,6 +39,9 @@
...
@@ -39,6 +39,9 @@
<result
property=
"costReduction"
column=
"COST_REDUCTION"
/>
<result
property=
"costReduction"
column=
"COST_REDUCTION"
/>
<result
property=
"taxesWithheld"
column=
"TAXES_WITHHELD"
/>
<result
property=
"taxesWithheld"
column=
"TAXES_WITHHELD"
/>
<result
property=
"remark"
column=
"REMARK"
/>
<result
property=
"remark"
column=
"REMARK"
/>
<result
property=
"gongWuMoney"
column=
"GONG_WU_MONEY"
/>
<result
property=
"tongXunMoney"
column=
"TONG_XUN_MONEY"
/>
<result
property=
"lvShiMoney"
column=
"LV_SHI_MONEY"
/>
</resultMap>
</resultMap>
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
...
@@ -76,6 +79,9 @@
...
@@ -76,6 +79,9 @@
COST_REDUCTION,
COST_REDUCTION,
TAXES_WITHHELD,
TAXES_WITHHELD,
REMARK
REMARK
,GONG_WU_MONEY
,TONG_XUN_MONEY
,LV_SHI_MONEY
</sql>
</sql>
<sql
id=
"tSpecialDeducationSum_where"
>
<sql
id=
"tSpecialDeducationSum_where"
>
...
...
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