From 9ecb8cf681cb87285b06d4a07a9bb73d8a44f219 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Thu, 5 Sep 2024 10:55:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DataBase/版本日志/SGGLDB_WH_V2024-09-05-gaofei.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 DataBase/版本日志/SGGLDB_WH_V2024-09-05-gaofei.sql diff --git a/DataBase/版本日志/SGGLDB_WH_V2024-09-05-gaofei.sql b/DataBase/版本日志/SGGLDB_WH_V2024-09-05-gaofei.sql new file mode 100644 index 00000000..f28348b8 --- /dev/null +++ b/DataBase/版本日志/SGGLDB_WH_V2024-09-05-gaofei.sql @@ -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 \ No newline at end of file