实现商户注册、管理员审核商户申请接口
This commit is contained in:
@ -25,4 +25,5 @@ type StoreAdmins struct {
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
DeletedAt *gtime.Time // 软删除时间戳
|
||||
RoleId interface{} // 角色ID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user