1
This commit is contained in:
@@ -12,11 +12,13 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
UserTypeConsumer = 1
|
||||
UserTypeStoreBoss = 2
|
||||
UserTypeOperator = 4
|
||||
UserTypeBoss = 8
|
||||
UserTypeRole = 16
|
||||
UserTypeConsumer = 1
|
||||
UserTypeStoreBoss = 2
|
||||
UserTypeOperator = 4
|
||||
UserTypeBoss = 8
|
||||
UserTypeRole = 16
|
||||
RoleUpdateSettle = 19 //修改市场权限
|
||||
|
||||
UserTypeNonConsumer = ^1
|
||||
|
||||
MemberTypeDiscountCard = 1 //会员折扣卡
|
||||
|
||||
Reference in New Issue
Block a user