Commit 9c507f53 authored by 刘基明's avatar 刘基明

Merge branch 'v2.3.1' into 'dev'

消息通知类型

See merge request !80
parents 889d5728 e39e9446
...@@ -5,7 +5,7 @@ import java.util.HashMap; ...@@ -5,7 +5,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* 通用操作类型枚举,包括点赞/取消点赞,收藏/取消收藏,关注/取消关注 * 消息通知类型
*/ */
public enum NotificationTypeEnum { public enum NotificationTypeEnum {
FORWARD(1,"转发"), FORWARD(1,"转发"),
...@@ -14,8 +14,8 @@ public enum NotificationTypeEnum { ...@@ -14,8 +14,8 @@ public enum NotificationTypeEnum {
FOLLOW(4,"关注"), FOLLOW(4,"关注"),
COMMENT_LIKE(5,"点赞评论"), COMMENT_LIKE(5,"点赞评论"),
COMMENT_REPLY(6,"回复评论"), COMMENT_REPLY(6,"回复评论"),
TOPIC_IN(6,"加入话题"), TOPIC_IN(7,"加入话题"),
TOPIC_OUT(7,"退出话题"), TOPIC_OUT(8,"退出话题"),
ALL(0,"全部"); ALL(0,"全部");
private Integer code; private Integer code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment