package com.gkhy.safePlatform.doublePrevention.service.baseService; import com.baomidou.mybatisplus.extension.service.IService; import com.gkhy.safePlatform.doublePrevention.entity.PreventReportBatch; public interface PreventReportBatchService extends IService { /** * 批次Id插入 * */ int insertBatchId(PreventReportBatch reportBatch); }