mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-25 14:38:34 +08:00
【feature】添加组织数据读取权限
This commit is contained in:
7
apps/system/entity/role_organization.go
Normal file
7
apps/system/entity/role_organization.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package entity
|
||||
|
||||
type SysRoleOrganization struct {
|
||||
RoleId int64 `gorm:"type:int"`
|
||||
OrganizationId int64 `gorm:"type:int"`
|
||||
Id int64 `gorm:"primary_key;AUTO_INCREMENT;column:id" json:"id" form:"id"`
|
||||
}
|
||||
Reference in New Issue
Block a user