From 2045b7d31aa63e97d820c72c21cf145adb58960c Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期四, 16 一月 2025 13:11:29 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/liudongl/jc24-wms

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

diff --git a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
index 30fdad5..dc0a44e 100644
--- a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
+++ b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
@@ -55,7 +55,7 @@
         /// <param name="storeTime">鍌ㄥ瓨鏈熻嚦</param>
         /// <param name="userId">鎿嶄綔浜�</param>
         /// <returns></returns>
-        List<BllBoxInfo> AddLabelBox(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId);
+        List<BllBoxInfo> AddLabelBox(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, string supplierLot, int userId);
 
         /// <summary>
         /// 琛ユ墦鏍囩
@@ -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