zq-erp/src/main/java/com/matrix/system/hive/bean/SysSmsTemplate.java
@@ -2,6 +2,7 @@ import com.matrix.core.pojo.EntityDTO; import com.matrix.core.anotations.Extend; import com.matrix.system.hive.hievEnum.SmsPlatformEnum; /** * @description 短信模板表 @@ -74,7 +75,12 @@ * 模板名称 */ private String stName; /** * 短信平台 */ private String smsPlatform; /** * 模板内容 @@ -171,8 +177,13 @@ public void setStReason(String stReason) { this.stReason=stReason; } public String getSmsPlatform() { return smsPlatform; } public void setSmsPlatform(String smsPlatform) { this.smsPlatform = smsPlatform; } }