严智鑫
2024-06-14 bfd8d1698372fbedd96b1badfa68c9d3649c2fa9
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>
@@ -17,19 +16,14 @@
 */
public interface TaskCacheService extends IService<TaskCache> {
    /**
     * 添加理片笼任务
     * @param taskCache
     * @return
     */
    boolean insertTaskCache(TaskCache taskCache);
    boolean insertTaskCache(TaskCache taskCache);
    /**
     * 查询磨边任务
     * @param line
     * @return
     */
    List<TaskCache> selectEdgInfo(String line);
    List<Map<String,Object>> selectEdgInfo(String line);
    /**
     * 查询理片任务
@@ -60,7 +54,7 @@
     * @param line
     * @return
     */
    List<TaskCache> selectLastOutCacheInfos(String line);
    List<TaskCache> selectLastOutCacheInfos(int line);
    /**
     * 查询  A09  或 A10 最新的一片 出片任务