提交代码

This commit is contained in:
高飞 2024-09-05 10:55:11 +08:00
parent 97b236d21d
commit 9ecb8cf681
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) values
(NEWID(),'ÆäËûÉ˺¦','ÆäËûÉ˺¦',14,'Hiddendangertype')
GO
insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) values
(NEWID(),'ÆäËû±¬Õ¨','ÆäËû±¬Õ¨',15,'Hiddendangertype')
GO
insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) values
(NEWID(),'͸ˮ','͸ˮ',16,'Hiddendangertype')
GO