From 10cf9a83279fcef7d2873ecc29556513489808fc Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 7 Nov 2025 16:56:28 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20+=E6=9D=83=E9=99=90=E5=80=BC:=20'?= =?UTF-8?q?=E5=85=AC=E5=91=8A=E7=AE=A1=E7=90=86',=20'/notifs/management',?= =?UTF-8?q?=20'system'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/RBAC 权限.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/RBAC 权限.sql b/doc/RBAC 权限.sql index dd49453..900f0e0 100644 --- a/doc/RBAC 权限.sql +++ b/doc/RBAC 权限.sql @@ -105,5 +105,9 @@ VALUES ('产品管理(供应商)', 'route=/products/edit', 'page') INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category]) VALUES ('采购年份', 'route=/products/pick-year', 'page') +-- 公告管理 +INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category]) +VALUES ('公告管理', '/notifs/management', 'system') + INSERT INTO [dbo].[auth_permission] ([role_id] ,[res_id]) VALUES (1, 1)