This commit is contained in:
邹宗楠
2021-12-30 14:50:30 +08:00
parent 909494c44a
commit 0367c61d05
4 changed files with 8 additions and 7 deletions

View File

@@ -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 {