| | |
| | | |
| | | List<TemperingGlassCountDTO> selectTemperingGlassCount(int isTempering); |
| | | |
| | | List<BigStorageRelationDTO> queryIsAllNeedDispatchVirtualSlot(); |
| | | List<BigStorageRelationDTO> queryIsAllNeedDispatchVirtualSlot(@Param("deviceIdList") List<Integer> deviceIdList); |
| | | |
| | | List<BigStorageSequenceDTO> queryNeedDispatchSlot(BigStorageRelationDTO bigStorageRelationDTO); |
| | | |
| | |
| | | void updateDeviceIdBySlot(@Param("list") List<Integer> slotList); |
| | | |
| | | List<BigStorageVO> querybigStorageCageDetail(); |
| | | |
| | | List<TemperingGlassCountDTO> queryTemperingGlassCountSummary(int isTempering); |
| | | } |