工资单定时发送 调整周期类型

This commit is contained in:
Harryxzy 2023-07-05 11:39:54 +08:00
parent 508e324dac
commit 40fc4ea13c
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ public class SalaryTemplateBaseSetDTO {
private Boolean autoSendStatus;
// 自动发送工资单周期1本月2上月
private int autoSendCycleType;
private Integer autoSendCycleType;
// 每月几号自动发送工资单
private String autoSendDayOfMonth;

View File

@ -67,7 +67,7 @@ public class SalaryTemplateSaveParam {
private Boolean autoSendStatus;
// 自动发送工资单周期1本月2上月
private int autoSendCycleType;
private Integer autoSendCycleType;
// 每月几号自动发送工资单
private String autoSendDayOfMonth;

View File

@ -133,7 +133,7 @@ public class SalaryTemplatePO {
/**
* 自动发送工资单周期1本月2上月
*/
private int autoSendCycleType;
private Integer autoSendCycleType;
/**
* 每月几号自动发送工资单