| | |
| | | import com.github.yulichang.base.MPJBaseService; |
| | | import com.mes.edgstoragecage.entity.EdgStorageCage; |
| | | import com.mes.edgstoragecage.entity.EdgStorageCageDetails; |
| | | import com.mes.edgstoragecage.entity.vo.EdgStorageCageVO; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | */ |
| | | EdgStorageCage selectNearestEmpty(int currentSlot, boolean flag); |
| | | |
| | | List<EdgStorageCage> selectCacheEmpty(); |
| | | |
| | | /** |
| | | * 查询笼内出片顺序详情 |
| | | * |
| | | * 按照设备号返回对应的笼内详情数据 |
| | | * @param deviceId |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> selectCacheOut(); |
| | | List<EdgStorageCageVO> selectEdgStorageCagesByDeviceId(int deviceId); |
| | | |
| | | /** |
| | | * 查询笼内详情 |
| | | * |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> selectEdgStorageCages(); |
| | | |
| | | /** |
| | | * 修改理片笼信息 |