mh_server/model/const.go

9 lines
126 B
Go
Raw Normal View History

2021-11-01 03:32:23 +00:00
package model
type UserType uint8
const (
UserTypeConsumer = 1 // 普通用户
UserTypeShopAssistant = 2 // 店员
)