This commit is contained in:
阿沐 2024-06-25 17:16:01 +08:00
parent 610ed46599
commit 6bcf5adce3
2 changed files with 63 additions and 58 deletions

View File

@ -1,4 +1,4 @@
package net.maku.message.sms.config; package net.maku.sms.config;
import lombok.Data; import lombok.Data;
@ -21,6 +21,11 @@ public class SmsConfig {
private Integer platform; private Integer platform;
/** /**
* 分组名称
*/
private String groupName;
/**
* 短信签名 * 短信签名
*/ */
private String signName; private String signName;