20220315 代码初始化上传

This commit is contained in:
2022-03-15 17:36:38 +08:00
commit 9dc8a7e05d
9501 changed files with 2066431 additions and 0 deletions
@@ -0,0 +1,12 @@
--delete from Sys_ButtonToMenu where MenuId in (select MenuId from Sys_Menu where MenuType='Menu_Project')
--go
--delete from Sys_Menu where MenuType='Menu_Project'
--go
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
VALUES('B95DF6F0-EB0C-4120-BD56-A4453AB42059','项目列表','ProjectData/ProjectList.aspx',10,'0','Menu_Project',1,1,1)
GO
--INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
--VALUES('B95DF6F0-EB0C-4120-BD56-A4453AB42059','项目施工综合信息','ProjectData/ProjectInformation.aspx',20,'0','Menu_Project',1,1,1)
--GO