修改质量接口

This commit is contained in:
2023-03-17 09:59:48 +08:00
parent eef27faf84
commit 4a3fb76c8c
12 changed files with 962 additions and 74 deletions
@@ -0,0 +1,4 @@
alter table Model_QualityModel add AttachUrlModel nvarchar(1000) null
GO
alter table Model_QualityModel add AttachUrl nvarchar(1000) null
GO