公告板
版本库
filestore
活动
搜索
登录
main
/
fanli-server
返利
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
特价完善
admin
2021-05-29
e75b0d79535a6bcd147cca4a54632b70b42afdb9
[fanli-server.git]
/
fanli
/
src
/
main
/
java
/
com
/
yeshi
/
fanli
/
entity
/
bus
/
msg
/
MsgTypeEnum.java
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.entity.bus.msg;
public enum MsgTypeEnum {
account("账户消息"), invite("邀请消息"), money("资金消息"), order("订单消息"), system("系统消息"), lijinVip("礼金会员"), other("其他消息");
private MsgTypeEnum(String name) {
}
}