材料管理修改

This commit is contained in:
2024-11-07 16:22:03 +08:00
parent 693c914869
commit e5c44d6dc2
25 changed files with 434 additions and 111 deletions
@@ -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