| | |
| | | import com.github.yulichang.base.MPJBaseService; |
| | | import com.mes.edgstoragecage.entity.EdgStorageCage; |
| | | import com.mes.edgstoragecage.entity.EdgStorageCageDetails; |
| | | import com.mes.edgstoragecage.entity.vo.EdgSlotRemainVO; |
| | | import com.mes.edgstoragecage.entity.vo.EdgStorageCageVO; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | * |
| | | * @return |
| | | */ |
| | | EdgStorageCage selectNearestEmpty(int currentSlot, boolean flag); |
| | | EdgStorageCage selectNearestEmpty(Integer currentCell, int deviceId, boolean flag); |
| | | |
| | | /** |
| | | * 按照设备号返回对应的笼内详情数据 |
| | |
| | | */ |
| | | EdgStorageCage getEdgStorageCageBySize(int deviceId, double width, double height, int slot); |
| | | |
| | | void resetSlotRemainWidth(List<EdgSlotRemainVO> edgSlotRemainVOS); |
| | | } |