7 lines
400 B
Transact-SQL
7 lines
400 B
Transact-SQL
alter table HJGL_Pipeline_Component add DrawingName varchar(100)
|
|
GO
|
|
delete from Sys_Menu where MenuId='DB50A5AA-08DB-4915-9173-6DB133CA76F0'
|
|
GO
|
|
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
|
VALUES('DB50A5AA-08DB-4915-9173-6DB133CA76F0','库存信息总览','HJGL/DataImport/MaterialStock.aspx',30,'43F92EA7-462F-41E6-8D8A-243C03A5317E','Menu_HJGL',0,1,1)
|