严智鑫
2024-05-16 4185a44f983c7aa3cf45ec03a65eece9e847e229
hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/taskcache/service/TaskCacheService.java
@@ -1,11 +1,10 @@
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;
import java.util.Map;
/**
 * <p>
@@ -29,7 +28,7 @@
     * @param line
     * @return
     */
    List<TaskCache> selectEdgInfo(String line);
    List<Map<String,Object>> selectEdgInfo(String line);
    /**
     * 查询理片任务
@@ -60,7 +59,7 @@
     * @param line
     * @return
     */
    List<TaskCache> selectLastOutCacheInfos(String line);
    List<TaskCache> selectLastOutCacheInfos(int line);
    /**
     * 查询  A09  或 A10 最新的一片 出片任务