| | |
| | | */ |
| | | public interface OfficialInventoryService extends IService<OfficialInventory> { |
| | | |
| | | IPage<OfficialInventoryDto> selectOfficialInventoryList(Page page, OfficialInventoryDto officialInventoryDto); |
| | | IPage<OfficialInventoryDto> selectOfficialInventoryList(Page<OfficialInventory> page, OfficialInventoryDto officialInventoryDto); |
| | | |
| | | int mergeAll(OfficialInventoryDto officialInventoryDto); |
| | | |
| | |
| | | List<OfficialInventory> selectOfficialAll(); |
| | | |
| | | Map<String, BigDecimal> selectOfficialAllInfo(); |
| | | |
| | | List<OfficialInventoryDto> coalBlendingList(); |
| | | } |