提交质量接口修改

This commit is contained in:
2023-03-16 14:35:01 +08:00
parent f2a3954a44
commit 49afa7e25d
17 changed files with 826 additions and 11 deletions
@@ -0,0 +1,4 @@
alter table Meeting_CQMSMeeting add AttachUrl nvarchar(1000) null
GO
alter table RewardAndPunish_RewardAndPunish add AttachUrl nvarchar(1000) null
GO