工资单定时发送 调整周期类型
This commit is contained in:
parent
508e324dac
commit
40fc4ea13c
|
|
@ -59,7 +59,7 @@ public class SalaryTemplateBaseSetDTO {
|
|||
private Boolean autoSendStatus;
|
||||
|
||||
// 自动发送工资单周期1:本月、2:上月
|
||||
private int autoSendCycleType;
|
||||
private Integer autoSendCycleType;
|
||||
|
||||
// 每月几号自动发送工资单
|
||||
private String autoSendDayOfMonth;
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ public class SalaryTemplateSaveParam {
|
|||
private Boolean autoSendStatus;
|
||||
|
||||
// 自动发送工资单周期1:本月、2:上月
|
||||
private int autoSendCycleType;
|
||||
private Integer autoSendCycleType;
|
||||
|
||||
// 每月几号自动发送工资单
|
||||
private String autoSendDayOfMonth;
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ public class SalaryTemplatePO {
|
|||
/**
|
||||
* 自动发送工资单周期1:本月、2:上月
|
||||
*/
|
||||
private int autoSendCycleType;
|
||||
private Integer autoSendCycleType;
|
||||
|
||||
/**
|
||||
* 每月几号自动发送工资单
|
||||
|
|
|
|||
Loading…
Reference in New Issue