From 9401af8b84a5f1c4688193ffc118babb6722a1c6 Mon Sep 17 00:00:00 2001 From: liupopo Date: Mon, 27 Nov 2023 20:58:06 +0800 Subject: [PATCH] 12 --- docs/监控设备/摄像头列表.md | 4 ++++ docs/监控设备/摄像头数据维护.sql | 17 ++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/监控设备/摄像头列表.md b/docs/监控设备/摄像头列表.md index eab6b3c..c49bb2f 100644 --- a/docs/监控设备/摄像头列表.md +++ b/docs/监控设备/摄像头列表.md @@ -88,4 +88,8 @@ ## 平均冷库(pjlk-nvr) 1. ### https://supervise.yxtsoft.com/monitorapi/deviceImage/getVedioPcLiveById?id=162 2. ### https://supervise.yxtsoft.com/monitorapi/deviceImage/getVedioPcLiveById?id=163 +## 晓林冷库(xllk-nvr) +1. ### https://supervise.yxtsoft.com/monitorapi/deviceImage/getVedioPcLiveById?id=165 +2. ### https://supervise.yxtsoft.com/monitorapi/deviceImage/getVedioPcLiveById?id=166 +2. ### https://supervise.yxtsoft.com/monitorapi/deviceImage/getVedioPcLiveById?id=167 diff --git a/docs/监控设备/摄像头数据维护.sql b/docs/监控设备/摄像头数据维护.sql index 853ef91..fa52276 100644 --- a/docs/监控设备/摄像头数据维护.sql +++ b/docs/监控设备/摄像头数据维护.sql @@ -163,4 +163,19 @@ insert into `y_device` (`id`,`name`,`type`,`remarks` ,`nvrSerial`,`nvrCode`,`nvrId` ,`ckId`,`maintenance`) values ('162','平均冷库-1','1','1','AK9374386-1','10%','30%','1','AK9374386','Yxt666888','161','pjlk-nvr','1'), - ('163','平均冷库-2','1','2','AK9374386-2','20%','30%','2','AK9374386','Yxt666888','161','pjlk-nvr','1'); \ No newline at end of file + ('163','平均冷库-2','1','2','AK9374386-2','20%','30%','2','AK9374386','Yxt666888','161','pjlk-nvr','1'); + +-- 晓林冷库 NVR +insert into `y_device` (`id`,`name`,`type`,`remarks` + ,`serialNumber`,`leftPosition`,`topPosition`,`channelNo` + ,`nvrSerial`,`nvrCode`,`nvrId` + ,`ckId`,`maintenance`) values + ('164','晓林冷库NVR','5','NVR','AK9374060','20%','20%','2','AK9374060','Yxt666888',null,'xllk-nvr','1'); +-- 晓林冷库 监控 +insert into `y_device` (`id`,`name`,`type`,`remarks` + ,`serialNumber`,`leftPosition`,`topPosition`,`channelNo` + ,`nvrSerial`,`nvrCode`,`nvrId` + ,`ckId`,`maintenance`) values + ('165','晓林冷库-1','1','1','AK9374060-1','10%','30%','1','AK9374060','Yxt666888','164','xllk-nvr','1'), + ('166','晓林冷库-2','1','2','AK9374060-2','20%','30%','2','AK9374060','Yxt666888','164','xllk-nvr','1'), + ('167','晓林冷库-3','1','3','AK9374060-3','30%','30%','2','AK9374060','Yxt666888','164','xllk-nvr','1'); \ No newline at end of file