package model type UserType uint8 const ( UserTypeConsumer = 1 // 普通用户 UserTypeShopAssistant = 2 // 店员 )