完善角色权限与数据隔离

This commit is contained in:
yml2213
2026-07-26 14:00:50 +08:00
parent b483cbc26d
commit 16d9ab0e5e
38 changed files with 2847 additions and 292 deletions
+4
View File
@@ -48,5 +48,9 @@ func Migrate(db *gorm.DB) error {
&OperationLog{},
&Announcement{},
&TenantSetting{},
&Role{},
&Permission{},
&RolePermission{},
&RoleDataScope{},
)
}