648540858
2021-10-27 de317a6fe8686e0eef24c15774f7e4b1c301be74
src/main/java/com/genersoft/iot/vmp/storager/IVideoManagerStorager.java
@@ -3,7 +3,6 @@
import java.util.List;
import com.genersoft.iot.vmp.gb28181.bean.*;
import com.genersoft.iot.vmp.media.zlm.ZLMServerConfig;
import com.genersoft.iot.vmp.media.zlm.dto.MediaServerItem;
import com.genersoft.iot.vmp.media.zlm.dto.StreamProxyItem;
import com.genersoft.iot.vmp.media.zlm.dto.StreamPushItem;
@@ -375,4 +374,6 @@
   void updateMediaServer(MediaServerItem mediaServerItem);
   List<StreamProxyItem> getStreamProxyListForEnableInMediaServer(String id, boolean b);
    Device queryVideoDeviceByChannelId(String platformGbId);
}