From 7b89e2cf25b6d5a43ecc86bb64a6a245ae862c6e Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期五, 17 五月 2024 11:12:25 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java | 19 ++++--------------- 1 files changed, 4 insertions(+), 15 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java index 7aea275..32d55a3 100644 --- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java +++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java @@ -2,8 +2,10 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.github.yulichang.base.MPJBaseService; +import com.mes.downglassinfo.entity.DownGlassTask; import com.mes.downstorage.entity.DownStorageCage; import com.mes.downstorage.entity.DownStorageCageDetails; +import com.mes.glassinfo.entity.GlassInfo; import java.util.List; import java.util.Map; @@ -18,25 +20,12 @@ */ public interface DownStorageCageService extends MPJBaseService<DownStorageCage> { - + DownGlassTask createDownGlassTask(GlassInfo glassInfo, String startCell, String endCell, String taskType); + DownGlassTask createDownGlassTask(DownStorageCageDetails glassInfo, String startCell, String endCell, String taskType); // List<Map<String, Object>> selectCacheLeisure(); - /** - * @param Number - * @return 杩涚墖 - */ - boolean processInto(String Number); - /** - - * @return 绌烘牸 - */ - - /** - * @return 鍑虹墖 - */ - boolean processOut(); /** -- Gitblit v1.8.0