This commit is contained in:
suyl
2021-07-27 11:11:42 +08:00
parent 4b7ff1aed3
commit a913ce904f
2 changed files with 5 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ type User struct {
ProfitSum int `json:"profitSum"`
Arrears int `json:"arrears"`
BindStoreID int `orm:"column(bind_store_id)" json:"bindStoreID"` //门店老板账号用,表示绑的哪个门店,后权限用
BindStoreID string `orm:"column(bind_store_id)" json:"bindStoreID"` //门店老板账号用,表示绑的哪个门店,后权限用
BindStoreUser string `json:"bindStoreUser"` //表示绑的哪个账号,密码同这个账号
}