提交脚本

This commit is contained in:
高飞 2023-10-18 16:12:30 +08:00
parent e8939d4628
commit 9474a9765f
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
alter table [dbo].[Base_Project] add MonitorPW nvarchar(50) null alter table [dbo].[Base_Project] add MonitorPW nvarchar(50) null
alter table [dbo].[Base_Project] add MonitorId nvarchar(50) null alter table [dbo].[Base_Project] add MonitorId nvarchar(50) null
GO
INSERT INTO [dbo].[Sys_Set] ([SetId], [SetName], [IsAuto], [SetValue]) VALUES (1012, N'弝ⅰ潼諷華硊', NULL, N'http://camera.cwcec.com:10000/');
INSERT INTO [dbo].[Sys_Set] ([SetId], [SetName], [IsAuto], [SetValue]) VALUES (1013, N'弝ⅰ潼諷躇鎢', NULL, N'LiChao123');
GO GO