| | |
| | | */ |
| | | public interface PendingInventoryService extends IService<PendingInventory> { |
| | | |
| | | IPage<PendingInventory> selectPendingInventoryList(Page page, PendingInventoryDto pendingInventoryDto); |
| | | IPage<PendingInventoryDto> selectPendingInventoryList(Page page, PendingInventoryDto pendingInventoryDto); |
| | | |
| | | int addOrEditPending(PendingInventoryDto pendingInventoryDto); |
| | | |
| | | int delByIds(Long[] ids); |
| | | |
| | | int addOrEditCoalValue(PendingInventoryDto pendingInventoryDto); |
| | | |
| | | int addPending(PendingInventoryDto pendingInventoryDto); |
| | | } |