From f42e607f9309c06394c6c46bfdc354ddd5195d51 Mon Sep 17 00:00:00 2001
From: liudl <673013083@qq.com>
Date: 星期四, 16 一月 2025 08:31:25 +0800
Subject: [PATCH] Merge branch 'Liudl'

---
 Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
index 9a2bcc2..dc0a44e 100644
--- a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
+++ b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
@@ -85,5 +85,13 @@
         /// <param name="userId">鎿嶄綔浜篒D</param>
         void DelLabelByAsnNo(string asnNo, string lotNo,int userId);
 
+        /// <summary>
+        /// 缂栬緫鏍囩鏁伴噺
+        /// </summary>
+        /// <param name="id">ID</param>
+        /// <param name="qty">鏁伴噺</param>
+        /// <param name="userId">鎿嶄綔浜�</param>
+        void EditLabelQty(int id, string qty, int userId);
+
     }
 }

--
Gitblit v1.8.0