3天周末加班(weekendWork)更改字段类型

dev
siontion 4 months ago
parent 95e82bee2f
commit 4533325a81

@ -41,7 +41,7 @@ public class SalaryMonthPageReqVO extends PageParam {
private BigDecimal nonCompeteSubsidy;
@Schema(description = "3天周末加班")
private String weekendWork;
private BigDecimal weekendWork;
@Schema(description = "加班小时")
private BigDecimal weekendWorktime;

@ -48,7 +48,7 @@ public class SalaryMonthRespVO {
@Schema(description = "3天周末加班")
@ExcelProperty("3天周末加班")
private String weekendWork;
private BigDecimal weekendWork;
@Schema(description = "加班小时")
@ExcelProperty("加班小时")

@ -38,7 +38,7 @@ public class SalaryMonthSaveReqVO {
private BigDecimal nonCompeteSubsidy;
@Schema(description = "3天周末加班")
private String weekendWork;
private BigDecimal weekendWork;
@Schema(description = "加班小时")
private BigDecimal weekendWorktime;

@ -80,7 +80,7 @@ public class SalaryMonthDO extends BaseDO {
/**
* 3
*/
private String weekendWork;
private BigDecimal weekendWork;
/**
*
*/

@ -125,7 +125,7 @@ public class AdminUserDO extends TenantBaseDO {
private BigDecimal nonCompeteSubsidy;
@TableField(exist = false)
private String weekendWork;
private BigDecimal weekendWork;
@TableField(exist = false)
private BigDecimal weekendWorktime;

Loading…
Cancel
Save