初步实现门店的逻辑代码
This commit is contained in:
@ -19,7 +19,7 @@ type StoreAdmins struct {
|
||||
RealName interface{} // 真实姓名
|
||||
Phone interface{} // 手机号
|
||||
Email interface{} // 邮箱
|
||||
Role interface{} // 角色:1=店长,2=收银员,3=网管
|
||||
IsPrimary interface{} // 是否为主账号(1=是,0=否)
|
||||
Status interface{} // 状态:1=正常,2=禁用
|
||||
LastLoginAt *gtime.Time // 最后登录时间
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
|
||||
Reference in New Issue
Block a user