This commit is contained in:
parent
610ed46599
commit
6bcf5adce3
|
@ -1,4 +1,4 @@
|
|||
package net.maku.message.sms.config;
|
||||
package net.maku.sms.config;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
|
@ -21,6 +21,11 @@ public class SmsConfig {
|
|||
private Integer platform;
|
||||
|
||||
/**
|
||||
* 分组名称
|
||||
*/
|
||||
private String groupName;
|
||||
|
||||
/**
|
||||
* 短信签名
|
||||
*/
|
||||
private String signName;
|
Loading…
Reference in New Issue
Block a user