From 71594bd2dc9201834aa533099e9e49a9b84506cd Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期四, 12 六月 2025 15:32:25 +0800 Subject: [PATCH] 新增韩语 --- hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowBigStorageCageDetailsService.java | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowBigStorageCageDetailsService.java b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowBigStorageCageDetailsService.java index a36efd5..a7513c7 100644 --- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowBigStorageCageDetailsService.java +++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowBigStorageCageDetailsService.java @@ -6,6 +6,7 @@ import com.mes.hollow.entity.dto.*; import java.util.List; +import java.util.Map; /** * (HollowBigStorageCageDetails)琛ㄦ湇鍔℃帴鍙� @@ -26,7 +27,7 @@ List<HollowBigStorageCageDetails> queryOutGlassList(String flowCardId, int cell); - List<BigStorageVO> queryHollowbigStorageCageDetail(); + Map<Integer, List<BigStorageVO>> queryHollowbigStorageCageDetail(); /** * 鍙栧嚭姣忕粍鐜荤拑鍗犵敤绗煎瓙鐨勬牸瀛愬苟璁$畻鏍煎瓙鍐呯殑鏈�澶х粍搴忓彿 @@ -55,5 +56,15 @@ * @return */ List<HollowBigStorageCageDetails> queryPairGlassList(String flowCardId, Integer totalLayer, Integer totalPairQuantity,Integer isOut); + + /** + * 鏇存柊鐞嗙墖绗兼牸瀛愮姸鎬� + * @param slot + * @param enableState + * @return + */ + Boolean updateHollowStorageCageDisabled(int slot, int enableState); + + List<FlowCardVirtualSlotDTO> queryFlowCardIdsAndLayer(); } -- Gitblit v1.8.0