Commit 8eed0b2b by xmy

Merge branch 'buyer-agent' into test

parents 051dfd0f b675f09c
......@@ -15,4 +15,10 @@ class StarEnum
const HAS_START_KEY = 'comments:hasStar';
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