From d7eb95da29eed4722b8321a469a5980fad67501a Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期一, 22 四月 2024 09:33:31 +0800 Subject: [PATCH] 修改接口路径 --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java | 12 +++++++----- 1 files changed, 7 insertions(+), 5 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 d491650..343af18 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,6 +2,7 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.mes.downstorage.entity.DownStorageCage; +import com.mes.downstorage.entity.DownStorageCageDetails; import java.util.List; import java.util.Map; @@ -18,10 +19,11 @@ public List<Map> gettask(); // List<Map<String, Object>> selectCacheLeisure(); - List<Map> getCacheLeisure(); - List<Map> getCacheOut(int start, int end); + List<DownStorageCageDetails> getCacheLeisure(); + List<DownStorageCageDetails> getCacheOut(int start, int end); List<Map> getCacheInfo(); - List<Map> getIsExistIntoCacheByLayoutAndSequence(Integer tempering_layout_id, Integer tempering_feed_sequence, double width); - List<Map> getIsExistIntoCacheByLayout(Integer tempering_layout_id, double width); - + List<DownStorageCageDetails> getIsExistIntoCacheByLayoutAndSequence(Integer tempering_layout_id, Integer tempering_feed_sequence, double width); + List<DownStorageCageDetails> getIsExistIntoCacheByLayout(Integer tempering_layout_id, double width); + List<DownStorageCageDetails> getIsExistIntoCacheByflowcardid(String flowcardid, double width); + List<DownStorageCageDetails> IsExistIntoCacheByflowcardid(String flowcardid, double width); } -- Gitblit v1.8.0