合同增加合同条款、合同主要内容

This commit is contained in:
2022-09-13 10:58:05 +08:00
parent e0ba13fd2f
commit 34df8a8b03
10 changed files with 568 additions and 438 deletions
@@ -0,0 +1,3 @@
alter table PHTGL_Contract add Clause nvarchar(1000) null
alter table PHTGL_Contract add MainContent nvarchar(max) null
GO