zhoushihao
2024-05-09 31c0c608f884ab548ba4c57ebcddef6f46da460e
hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/taskcache/service/TaskCacheService.java
@@ -1,6 +1,8 @@
package com.mes.taskcache.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.mes.edgstoragecage.entity.EdgStorageCageDetails;
import com.mes.glassinfo.entity.GlassInfo;
import com.mes.taskcache.entity.TaskCache;
import java.util.List;
@@ -58,5 +60,13 @@
     * @param line
     * @return
     */
    List<TaskCache> selectLastOutCacheInfo(String line);
    List<TaskCache> selectLastOutCacheInfos(String line);
    /**
     * 查询  A09  或 A10 最新的一片 出片任务
     * @param line
     * @return
     */
    TaskCache selectLastOutCacheInfo(String line);
}