平台 模板列表 状态
This commit is contained in:
@@ -20,7 +20,7 @@ public interface SmsShopTemplateService extends IService<SmsShopTemplate> {
|
||||
* @param name 模板名称 模糊
|
||||
* @return 店铺短信模板列表
|
||||
*/
|
||||
List<SmsShopTemplateDTO> getTemplateList(String name, Long shopId);
|
||||
List<SmsShopTemplateDTO> getTemplateList(String name, Long shopId, Integer status);
|
||||
|
||||
void addTemplate(SmsShopTemplateDTO param);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user