2023-03-16

This commit is contained in:
2023-03-16 18:25:22 +08:00
parent 7d2cfbd6fb
commit 1b564e74ea
@@ -0,0 +1,4 @@
alter table Meeting_CQMSMeeting add AttachUrl nvarchar(1000) null
GO
alter table RewardAndPunish_RewardAndPunish add AttachUrl nvarchar(1000) null
GO