新增工资单模板短信字段

This commit is contained in:
钱涛 2023-11-23 09:31:09 +08:00
parent e0f7ec3256
commit a143b4fba5
1 changed files with 10 additions and 0 deletions

View File

@ -55,6 +55,16 @@ public class SalaryTemplateBaseSetDTO {
//消息中心")
private Boolean msgStatus;
/**
* 短信开启状态01默认关闭
*/
private Integer smsStatus;
/**
* 短信模板设置
*/
private String smsSetting;
// 是否启用工资单定时发送
private Boolean autoSendStatus;