| | |
| | | import com.ruoyi.business.entity.OfficialInventory; |
| | | 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; |
| | |
| | | Map<String, BigDecimal> selectOfficialAllInfo(); |
| | | |
| | | List<OfficialInventoryDto> coalBlendingList(); |
| | | |
| | | void officialInventoryExport(HttpServletResponse response, OfficialInventoryDto officialInventoryDto); |
| | | |
| | | Boolean delete(Long[] ids); |
| | | } |