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
92f2bcb4
Commit
92f2bcb4
authored
Apr 08, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.21-优化
parent
8852a331
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
102 additions
and
71 deletions
+102
-71
TSalaryZeroVo.java
.../com/yifu/cloud/plus/v1/yifu/salary/vo/TSalaryZeroVo.java
+1
-1
TSalaryZeroServiceImpl.java
...s/v1/yifu/salary/service/impl/TSalaryZeroServiceImpl.java
+100
-70
SalaryConstants.java
.../yifu/cloud/plus/v1/yifu/salary/util/SalaryConstants.java
+1
-0
No files found.
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/vo/TSalaryZeroVo.java
View file @
92f2bcb4
...
@@ -89,7 +89,7 @@ public class TSalaryZeroVo extends RowIndex implements Serializable {
...
@@ -89,7 +89,7 @@ public class TSalaryZeroVo extends RowIndex implements Serializable {
@ExcelAttribute
(
name
=
"减除费用"
,
isNotEmpty
=
true
,
errorInfo
=
"减除费用不能为空"
)
@ExcelAttribute
(
name
=
"减除费用"
,
isNotEmpty
=
true
,
errorInfo
=
"减除费用不能为空"
)
@Schema
(
description
=
"减除费用"
)
@Schema
(
description
=
"减除费用"
)
@ExcelProperty
(
"减除费用"
)
@ExcelProperty
(
"减除费用"
)
private
BigDecimal
costReduction
;
private
String
costReduction
;
/**
/**
* 计税月份
* 计税月份
*/
*/
...
...
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/impl/TSalaryZeroServiceImpl.java
View file @
92f2bcb4
This diff is collapsed.
Click to expand it.
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/util/SalaryConstants.java
View file @
92f2bcb4
...
@@ -208,6 +208,7 @@ public class SalaryConstants {
...
@@ -208,6 +208,7 @@ public class SalaryConstants {
public
static
final
String
VIEW_DAY_NAME_PRE
=
"view_salary_zero_day_"
;
public
static
final
String
VIEW_DAY_NAME_PRE
=
"view_salary_zero_day_"
;
public
static
final
String
MONEY_ERROR
=
"减除费用金额仅限5000~60000且是5000的倍数"
;
public
static
final
String
MONEY_ERROR
=
"减除费用金额仅限5000~60000且是5000的倍数"
;
public
static
final
String
MONEY_NUM_ERROR
=
"减除费用只能是金额,不能是汉字等其他字符"
;
public
static
final
String
DEPT_ERROR
=
"根据项目编码未找到项目信息"
;
public
static
final
String
DEPT_ERROR
=
"根据项目编码未找到项目信息"
;
public
static
final
BigDecimal
COST_MONEY
=
new
BigDecimal
(
"5000"
);
public
static
final
BigDecimal
COST_MONEY
=
new
BigDecimal
(
"5000"
);
// 最大减除费用
// 最大减除费用
...
...
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