2023-10-18 15:55:42 +08:00
|
|
|
alter table [dbo].[Base_Project] add MonitorPW nvarchar(50) null
|
2023-10-18 16:03:22 +08:00
|
|
|
alter table [dbo].[Base_Project] add MonitorId nvarchar(50) null
|
2023-10-18 16:12:30 +08:00
|
|
|
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');
|
2023-10-18 16:03:22 +08:00
|
|
|
GO
|