修改生态环保报表

This commit is contained in:
2023-07-12 17:07:47 +08:00
parent 4449a7754f
commit c13c5de7ec
18 changed files with 266 additions and 71 deletions
@@ -0,0 +1,4 @@
alter table [dbo].[Information_EPSummaryReport] add Quarter int null
GO
alter table [dbo].[InformationProject_EPSummaryReport] add Quarter int null
GO