| | |
| | | */ |
| | | public interface ConsumablesUnInventoryService extends IService<ConsumablesUnInventory> { |
| | | |
| | | IPage<ConsumablesUnInventoryDto> pageConsumablesUnInventory(Page page, ConsumablesUnInventoryDto ConsumablesUnInventoryDto); |
| | | IPage<ConsumablesUnInventoryDto> pageConsumablesUnInventory(Page page, ConsumablesUnInventoryDto consumablesUnInventoryDto); |
| | | |
| | | Integer addConsumablesUnInventory(ConsumablesUnInventoryDto ConsumablesUnInventoryDto); |
| | | Integer addConsumablesUnInventory(ConsumablesUnInventoryDto consumablesUnInventoryDto); |
| | | |
| | | Integer subtractConsumablesUnInventory(ConsumablesUnInventoryDto ConsumablesUnInventoryDto); |
| | | Integer subtractConsumablesUnInventory(ConsumablesUnInventoryDto consumablesUnInventoryDto); |
| | | |
| | | void exportConsumablesUnInventory(HttpServletResponse response, ConsumablesUnInventoryDto ConsumablesUnInventoryDto); |
| | | void exportConsumablesUnInventory(HttpServletResponse response, ConsumablesUnInventoryDto consumablesUnInventoryDto); |
| | | |
| | | Boolean frozenConsumables(ConsumablesInventoryDto ConsumablesInventoryDto); |
| | | Boolean frozenConsumables(ConsumablesInventoryDto consumablesInventoryDto); |
| | | |
| | | Boolean thawConsumables(ConsumablesInventoryDto ConsumablesInventoryDto); |
| | | Boolean thawConsumables(ConsumablesInventoryDto consumablesInventoryDto); |
| | | } |