监控导入设备重名更新

This commit is contained in:
guoshengxiong 2025-09-26 19:24:44 +08:00
parent 7018348d79
commit 1e952f6993

View File

@ -213,6 +213,14 @@ public interface IVideoItemService extends IService<VideoItem> {
*/
List<VideoItem> getListByProjectSn(String projectSn);
/**
* 查询开启的设备列表
*
* @param projectSn
* @return
*/
List<VideoItem> getEnableVideoListByProjectSn(String projectSn);
/**
* 根据nvrId更新设备
*