20221214项目劳务人员优化出入记录,新增操作日志页面呈现

This commit is contained in:
2022-12-14 14:55:56 +08:00
parent dbd41568b5
commit 944ee63433
11 changed files with 72 additions and 44 deletions
@@ -0,0 +1,4 @@
--新增操作日志页面
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
VALUES('B65A2E1A-5C0B-498A-9F22-365575397A73','操作日志','Personal/RunLog.aspx',70,'C2297533-B7C0-441E-B29F-ADE87C6F8978','Menu_SysSet',1,1,1)
GO