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,6 +75,11 @@ * 模板名称 */ private String stName; /** * 短信平台 */ private String smsPlatform; /** @@ -173,6 +179,11 @@ } public String getSmsPlatform() { return smsPlatform; } public void setSmsPlatform(String smsPlatform) { this.smsPlatform = smsPlatform; } }