修改穿透功能

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
@@ -0,0 +1,3 @@
alter table [dbo].[Base_Certificate] add [CertificateType] char(1) null
alter table [dbo].[Base_Certificate] add IsRegisterHSSE bit null
GO