liyong
2026-01-26 ce3244941783ebc1a2e85aaeabd366288bf67195
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);
}