From 6f39f26611a67e6c3edf561337490a270444c256 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期一, 29 四月 2024 16:02:12 +0800
Subject: [PATCH] 增加注释

---
 hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageDetailsService.java |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageDetailsService.java b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageDetailsService.java
index c8a3dc8..3764770 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageDetailsService.java
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageDetailsService.java
@@ -7,17 +7,48 @@
 import java.util.Map;
 
 public interface DownStorageCageDetailsService {
+    /**
 
+     * @return  //娣诲姞鐞嗙墖绗煎唴淇℃伅
+     */
     void addDownStorageCageDetails(DownStorageCageDetails details);
 
-    //淇敼鐞嗙墖绗煎唴淇℃伅
+
+    /**
+
+     * @return  //淇敼鐞嗙墖绗煎唴淇℃伅
+     */
     boolean updatedownStorageCageDetails(DownStorageCageDetails details);
     List<DownStorageCageDetails> getCacheLeisure();
+
+    /**
+     * @param start
+     * @param end
+     * @return 鏍规嵁浼犲叆鐨勫伐浣嶆煡璇㈢鍚堟寜鐓ч『搴忓拰澶у皬鍑虹墖鐨勫皬鐗�
+     */
     List<DownStorageCageDetails> getCacheOut(int start, int end);
+
+    /**
+     * @return  鏌ヨ绗煎瓙鍐呬俊鎭�
+     */
     List<Map> getCacheInfo();
 
 
+    /**
+     * @param flowcardid
+     * @param width
+     * @return 鏌ヨ鍙繘姝ょ墖鐜荤拑鐨勬爡鏍煎彿  鎵惧埌绌烘牸
+     */
     List<DownStorageCageDetails> getIsExistIntoCacheByflowcardid(String flowcardid, double width);
 
+    /**
+     * @param start
+     * @param end
+     * @return   log.info("鍗曠墖鎯呭喌鏍规嵁浼犲叆鐨勫伐浣嶆煡璇㈢鍚堟寜鐓уぇ灏忓嚭鐗�,骞朵笖浼樺厛鍑烘弧鏋剁殑灏忕墖");
+     */
     List<DownStorageCageDetails> CacheOut(int start, int end);
+    /**
+     * @return 鏌ヨ绌烘牸瀛�
+     */
+    List<DownStorageCageDetails> selectCacheEmpty2();
 }

--
Gitblit v1.8.0