材料管理修改
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
alter table dbo.HJGL_Pipeline_Component
|
||||
add Remark nvarchar(200)
|
||||
go
|
||||
|
||||
alter table dbo.Tw_OutputMaster
|
||||
add WarehouseMan nvarchar(50)
|
||||
go
|
||||
|
||||
alter table dbo.Tw_OutputMaster
|
||||
add WarehouseDate datetime
|
||||
go
|
||||
alter table dbo.Tw_InOutPlanMaster
|
||||
add WarehouseMan nvarchar(50)
|
||||
go
|
||||
|
||||
alter table dbo.Tw_InOutPlanMaster
|
||||
add WarehouseDate datetime
|
||||
go
|
||||
alter table dbo.Tw_InputMaster
|
||||
add WarehouseMan nvarchar(50)
|
||||
go
|
||||
|
||||
alter table dbo.Tw_InputMaster
|
||||
add WarehouseDate datetime
|
||||
go
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user