20230831 WBS

This commit is contained in:
2023-08-31 16:37:09 +08:00
parent d9f8be1463
commit ba6774dbae
44 changed files with 1349 additions and 235 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