| | |
| | | |
| | | import com.yuanchu.mom.dto.WarehouseCellAndSampleDto; |
| | | import com.yuanchu.mom.dto.WarehouseDto; |
| | | import com.yuanchu.mom.pojo.InsSample; |
| | | import com.yuanchu.mom.pojo.Warehouse; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.yuanchu.mom.pojo.WarehouseShelf; |
| | |
| | | |
| | | int upShelf(WarehouseShelf warehouseShelf); |
| | | |
| | | List<WarehouseCellAndSampleDto> getWarehouse(Integer shelfId); |
| | | List<WarehouseCellAndSampleDto> getWarehouse(Integer shelfId,String sampleCode); |
| | | |
| | | int inWarehouse(String trees, String sampleCode); |
| | | int inWarehouse(String trees, String sampleCode,String entrustCode); |
| | | |
| | | int outWarehouse(String sampleCode, boolean a); |
| | | int outWarehouse(String sampleCode, boolean a,String entrustCode); |
| | | |
| | | Map<String, Object> getSampleRecord(Integer id); |
| | | |
| | | int searchSampleId(String sampleCode); |
| | | } |