648540858
2022-02-15 d4fe0fb3255046ff676505a42d20ff4f8828078e
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);
}