fix:
This commit is contained in:
parent
ff5bcb1c8c
commit
266eb091a1
|
@ -27,6 +27,7 @@ func StoreList(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
RespOK(c, stores)
|
||||
return
|
||||
}
|
||||
|
||||
func DisplayStoreList(c *gin.Context) {
|
||||
|
|
|
@ -45,9 +45,11 @@ type User struct {
|
|||
CooperativeBusinessId uint32 `json:"cooperative_business_id" gorm:"index"` // 合作商id
|
||||
CooperativeName string `json:"cooperative_name"` // 合作商名称
|
||||
ShopAssistantName string `json:"shop_assistant_name"` // 店员名称
|
||||
Version uint32 `json:"-"`
|
||||
UserVm *UserVm `json:"user_vm" gorm:"-"` //
|
||||
Version uint32 `json:"-"` //
|
||||
UserVm *UserVm `json:"user_vm" gorm:"-"` //
|
||||
|
||||
//RoleId uint32 `json:"role_id"` // 角色id
|
||||
|
||||
}
|
||||
|
||||
func (o *User) TableName() string {
|
||||
|
|
Loading…
Reference in New Issue
Block a user