aa
This commit is contained in:
@@ -230,8 +230,8 @@ type Role struct {
|
||||
|
||||
Name string `json:"name"` //角色名
|
||||
BrandID int `orm:"column(brand_id)" json:"brandID"`
|
||||
CityCodes string `json:"cityCodes"`
|
||||
StoreIDs string `orm:"column(store_ids)" json:"storeIDs"`
|
||||
CityCodes string `orm:"type(text)" json:"cityCodes"`
|
||||
StoreIDs string `orm:"column(store_ids);type(text)" json:"storeIDs"`
|
||||
}
|
||||
|
||||
func (*Role) TableUnique() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user