20260910 工业管道安装质量证明(2020版)

This commit is contained in:
2026-09-10 14:51:28 +08:00
parent 48b9117756
commit 80d80b7d31
25 changed files with 1803 additions and 214 deletions
@@ -0,0 +1,7 @@
alter table JGZL_IndustrialPipelineInstallationSummary add FromType char(1)
go
update JGZL_IndustrialPipelineInstallationSummary set FromType='1'
go