From d547fb41c160d98ab245d554bb9c4a22362dab1d Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期五, 14 六月 2024 15:03:13 +0800
Subject: [PATCH] 删除无用类,增加自动绑定架子

---
 hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/DownGlassInfoService.java |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/DownGlassInfoService.java b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/DownGlassInfoService.java
index e3368d3..2feead5 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/DownGlassInfoService.java
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/DownGlassInfoService.java
@@ -6,12 +6,16 @@
 public interface DownGlassInfoService extends IService<DownGlassInfo> {
 
 
-
-
+    /**
+     * @param flowCardId
+     * @return // 鏍规嵁娴佺▼鍗″彿鏌ヨ鏈�澶у簭鍙�
+     */
     Integer getMaxSequenceByFlowCardId(String flowCardId);
+
+    /**
+     * @param downGlassInfo 鎻掑叆涓嬬墖淇℃伅
+     */
     void insertDownGlassInfo(DownGlassInfo downGlassInfo);
-
-
 
 
 }

--
Gitblit v1.8.0