648540858
2022-02-20 0a44eb89654ebed5809675211e69c816b1dacf92
src/main/java/com/genersoft/iot/vmp/service/IStreamPushService.java
@@ -66,4 +66,8 @@
    boolean saveToRandomGB();
    void batchAdd(List<StreamPushItem> streamPushExcelDtoList);
    boolean batchStop(List<GbStream> streamPushItems);
    void batchAddForUpload(String platformId, String catalogId, List<StreamPushItem> streamPushItems);
}