1213
This commit is contained in:
@@ -915,6 +915,7 @@ type StoreAcct struct {
|
||||
|
||||
StoreID int `orm:"column(store_id)" json:"storeID"` //门店ID
|
||||
AccountBalance int `json:"accountBalance"` //账户余额
|
||||
BrandID int `orm:"column(brand_id)" json:"brandID"`
|
||||
}
|
||||
|
||||
func (v *StoreAcct) TableUnique() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user