公告板
版本库
活动
搜索
登录
java
/
LiquorAuction
白酒拍卖
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/master'
rentaiming
2024-05-27
05fe558f722590aa706c2296c8a9a619d12b42be
[java/LiquorAuction.git]
/
ruoyi-api
/
ruoyi-api-system
/
src
/
main
/
java
/
com
/
ruoyi
/
system
/
api
/
constants
/
NotificationTypeConstant.java
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.system.api.constants;
/**
* @author mitao
* @date 2024/5/27
*/
public interface NotificationTypeConstant {
String SECKILL = "seckill";
String GROUP_PURCHASE = "group_purchase";
}