zhoushihao
2025-10-23 da620e4cf3aa0b6071c817327c6b0b52bbde66af
hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/service/BigStorageCageDetailsService.java
@@ -96,7 +96,7 @@
    boolean appointTemperingEngineerId(String engineerId);
    List<BigStorageRelationDTO> queryIsAllNeedDispatchVirtualSlot();
    List<BigStorageRelationDTO> queryIsAllNeedDispatchVirtualSlot(List<Integer> deviceIdList);
    List<BigStorageSequenceDTO> dispatchBigStorageGlassInfo(BigStorageRelationDTO bigStorageRelationDTO);
@@ -142,4 +142,12 @@
     * @return
     */
    List<BigStorageCageDetails> queryEngineer();
    /**
     * 查询4号笼可往5-6号笼不满格却满足个别的调度
     * @return
     */
    List<BigStorageCageDetails> queryNeedDispatch();
    BigStorageSlotDTO queryNeedDispatchSlotBySequence();
}