648540858
2022-02-11 b663a8ab41efc072ca629391bb14ff42e26eb0cb
src/main/java/com/genersoft/iot/vmp/service/IStreamPushService.java
@@ -68,4 +68,6 @@
    void batchAdd(List<StreamPushItem> streamPushExcelDtoList);
    boolean batchStop(List<GbStream> streamPushItems);
    void batchAddForUpload(String platformId, String catalogId, List<StreamPushItem> streamPushItems);
}