This commit is contained in:
苏尹岚
2021-01-21 17:37:12 +08:00
parent 5eeb60c12d
commit ada312f753
3 changed files with 30 additions and 5 deletions

View File

@@ -226,7 +226,10 @@ func (v *UserMember) TableIndex() [][]string {
type Role struct {
ModelIDCULD
Name string `json:"name"` //角色名
Name string `json:"name"` //角色名
BrandID int `orm:"column(brand_id)" json:"brandID"`
CityCodes string `json:"cityCodes"`
StoreIDs string `orm:"column(store_ids)" json:"storeIDs"`
}
func (*Role) TableUnique() [][]string {