648540858
2022-03-21 bc1b8098a2d042bd94038128f3e83c604b0418c9
src/main/java/com/genersoft/iot/vmp/service/IStreamPushService.java
@@ -9,6 +9,7 @@
import com.github.pagehelper.PageInfo;
import java.util.List;
import java.util.Map;
public interface IStreamPushService {
@@ -66,4 +67,8 @@
    boolean saveToRandomGB();
    void batchAdd(List<StreamPushItem> streamPushExcelDtoList);
    boolean batchStop(List<GbStream> streamPushItems);
    void batchAddForUpload(List<StreamPushItem> streamPushItems, Map<String, List<String[]>> streamPushItemsForAll);
}