main-business/src/main/java/com/ruoyi/business/service/OfficialInventoryService.java
@@ -7,6 +7,7 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.ruoyi.business.vo.OfficialInventoryVo; import jakarta.servlet.http.HttpServletResponse; import org.apache.ibatis.executor.BatchResult; import java.math.BigDecimal; import java.util.List; @@ -37,4 +38,6 @@ List<OfficialInventoryDto> coalBlendingList(); void officialInventoryExport(HttpServletResponse response, OfficialInventoryDto officialInventoryDto); Boolean delete(Long[] ids); }