修改穿透功能

This commit is contained in:
2023-03-29 17:41:22 +08:00
parent 849fd41dcd
commit 7308c6d35e
3 changed files with 51 additions and 2 deletions
@@ -354,5 +354,3 @@ alter table [dbo].Comprehensive_DesignDetails add Status nvarchar(2) null
GO
alter table [dbo].Hazard_HazardSelectedItem add HazardSelectedItemId nvarchar(50) null
GO
@@ -0,0 +1,3 @@
alter table [dbo].[Base_Certificate] add [CertificateType] char(1) null
alter table [dbo].[Base_Certificate] add IsRegisterHSSE bit null
GO