Commit 0ecd492a by xmy

feat:评论枚举

parent 043465b3
...@@ -15,4 +15,10 @@ class StarEnum ...@@ -15,4 +15,10 @@ class StarEnum
const HAS_START_KEY = 'comments:hasStar'; const HAS_START_KEY = 'comments:hasStar';
const STAR_KEY = 'comments:star'; const STAR_KEY = 'comments:star';
const VIRTUAL_COMMENTS = 0; //虚拟评论
const REAL_COMMENTS = 1;//真实评论
const CHILD_COMMENTS = 2;//子评论
const CATEGORY_ACTIVITY_TLP = 0;//活动模版分类
} }
\ No newline at end of file
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