材料入库导入增加序号
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
alter table dbo.Tw_InOutPlanDetail
|
||||
add SortIndex int
|
||||
go
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
alter table dbo.Tw_InOutPlanDetail
|
||||
add SortIndex int
|
||||
go
|
||||