From a72412ea76015aa84883da72e643c63096c71a24 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期三, 24 四月 2024 09:00:44 +0800 Subject: [PATCH] 认证权限 --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 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 87595f5..6a0dfdc 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,13 +2,14 @@ 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; /** * <p> - * 鏈嶅姟绫� + * 鏈嶅姟绫� * </p> * * @author zhoush @@ -16,4 +17,17 @@ */ public interface DownStorageCageService extends IService<DownStorageCage> { public List<Map> gettask(); + + // List<Map<String, Object>> selectCacheLeisure(); + List<DownStorageCageDetails> getCacheLeisure(); + List<DownStorageCageDetails> getCacheOut(int start, int end); + List<Map> getCacheInfo(); + 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); + + boolean processInto(String Number); + boolean processOut(); + } -- Gitblit v1.8.0