施工交底补充交底人数

This commit is contained in:
2025-06-14 01:42:47 +08:00
parent 0941b1f159
commit ee5bd9ef21
15 changed files with 132 additions and 34 deletions
@@ -0,0 +1,6 @@
alter table dbo.Comprehensive_ConTechnologyDisclosure add DisclosurePersonNum int
go
exec sp_addextendedproperty 'MS_Description', N'交底人数', 'SCHEMA', 'dbo', 'TABLE', 'Comprehensive_ConTechnologyDisclosure',
'COLUMN', 'DisclosurePersonNum'
go