mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[fix]角色创建失败
This commit is contained in:
@@ -28,7 +28,7 @@ type SysRole struct {
|
||||
MenuIds []int64 `json:"menuIds" gorm:"-"`
|
||||
OrganizationIds []int64 `json:"organizationIds" gorm:"-"`
|
||||
|
||||
Org string `json:"org" gorm:"column:org"`
|
||||
Org string `json:"org" gorm:"-"`
|
||||
}
|
||||
|
||||
type MenuIdList struct {
|
||||
|
||||
Reference in New Issue
Block a user