648540858
2022-02-23 0191e937683b194733c7d4bcc1ba2d40099b8917
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);
}