20230915新增项目当前在场人员统计页面

This commit is contained in:
2023-09-15 11:27:02 +08:00
parent 508d10c3e5
commit 5bb940a5cc
14 changed files with 553 additions and 10 deletions
@@ -0,0 +1,3 @@
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
VALUES('70282169-C09D-4D46-BAA3-9457535EAEA2','当前现场人员统计','HSSE/SitePerson/SitePersonNowStatistic.aspx',62,'EE260447-028F-46AF-8864-9A5DC9DAA5BD','Menu_HSSE',0,1,1)
GO