Commit 50653859 by xmy

feat:商品增减库存

parent 65b6ef67
<?php
namespace Hdll\Services\Comments\Enum;
class CommentsEnum
{
const VIRTUAL_COMMENTS = 0; //虚拟评论
const REAL_COMMENTS = 1;//真实评论
const CHILD_COMMENTS = 2;//子评论
const CATEGORY_ACTIVITY_TLP = 1;//活动模版分类
}
\ 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