平台 模板列表 状态

This commit is contained in:
2025-10-16 16:45:49 +08:00
parent a26357e47e
commit 2f727b65e6
3 changed files with 10 additions and 4 deletions

View File

@@ -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);