From 3e87d42c87331e2e9237d61c3d73553fd0ee8917 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期四, 20 六月 2024 15:29:21 +0800
Subject: [PATCH] 增加原片仓储前端页面 常州项目不启用

---
 hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java |   25 ++++++++++---------------
 1 files changed, 10 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..f5d4ad5 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();
 
 
     /**
@@ -61,6 +50,12 @@
      */
     List<Map<String, Object>> selectDownStorageCages();
 
+
+    /**
+     * @return 鏌ヨ缂撳瓨涓渶澶氱殑娴佺▼鍗�
+     */
+    List<DownStorageCageDetails> selectCacheMax();
+
 }
 
 

--
Gitblit v1.8.0