监控导入设备重名更新
This commit is contained in:
parent
7018348d79
commit
1e952f6993
@ -213,6 +213,14 @@ public interface IVideoItemService extends IService<VideoItem> {
|
|||||||
*/
|
*/
|
||||||
List<VideoItem> getListByProjectSn(String projectSn);
|
List<VideoItem> getListByProjectSn(String projectSn);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询开启的设备列表
|
||||||
|
*
|
||||||
|
* @param projectSn
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
List<VideoItem> getEnableVideoListByProjectSn(String projectSn);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据nvrId更新设备
|
* 根据nvrId更新设备
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user