zhoushihao
2024-12-19 88903b37521e91e5bcc2e6ef6d8e3b1a1f00599c
hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/edgstoragecage/service/EdgStorageCageService.java
@@ -3,6 +3,7 @@
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;
@@ -25,21 +26,13 @@
     */
    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();
    /**
     * 修改理片笼信息