【新增】MALL:拼团结果通知订阅消息

This commit is contained in:
puhui999
2024-07-31 16:26:08 +08:00
parent 2bc96fe521
commit b678da810e
5 changed files with 40 additions and 25 deletions

View File

@ -0,0 +1,14 @@
package cn.iocoder.yudao.module.promotion.enums;
/**
* 通知模板枚举类
*
* @author HUIHUI
*/
public interface MessageTemplateConstants {
//======================= 小程序订阅消息模版 =======================
String COMBINATION_RESULT = "拼团结果通知";
}