648540858
2022-05-27 f09f1c9a2a3bb53c8d25ad5d82722129b0578be4
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 {
@@ -68,4 +69,6 @@
    void batchAdd(List<StreamPushItem> streamPushExcelDtoList);
    boolean batchStop(List<GbStream> streamPushItems);
    void batchAddForUpload(List<StreamPushItem> streamPushItems, Map<String, List<String[]>> streamPushItemsForAll);
}