修改质量验收穿透数据统计

This commit is contained in:
2023-07-21 14:51:05 +08:00
parent 500cb73a84
commit df904cd642
41 changed files with 774 additions and 73 deletions
@@ -0,0 +1,12 @@
alter table WBS_ControlItemInit add CheckAcceptType char(1) null
GO
alter table WBS_ControlItemProject add CheckAcceptType char(1) null
GO
alter table WBS_ControlItemAndCycle add CheckAcceptType char(1) null
GO
alter table WBS_WorkPackageInit add SubItemType char(1) null
GO
alter table WBS_WorkPackageProject add SubItemType char(1) null
GO
alter table WBS_WorkPackage add SubItemType char(1) null
GO