From eaa41fed2f107ce160e899bbc2900bb19124d736 Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期六, 03 二月 2024 17:18:48 +0800
Subject: [PATCH] 补打标签功能开发

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

diff --git a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
index aeb95b6..0b2d515 100644
--- a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
+++ b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
@@ -57,5 +57,18 @@
         /// <returns></returns>
         List<BllBoxInfo> AddLabelBox(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId);
 
+        /// <summary>
+        /// 琛ユ墦鏍囩
+        /// </summary>
+        /// <param name="boxNo">寮�濮嬬鐮�</param>
+        /// <param name="endBoxNo">缁撴潫绠辩爜</param>
+        /// <param name="boxNo2">寮�濮嬫敮鐮�</param>
+        /// <param name="endBoxNo2">缁撴潫鏀爜</param>
+        /// <param name="type">1绠辩爜 2鏀爜 3绠辩爜鍜屾敮鐮�</param>
+        /// <param name="userId">鎿嶄綔浜篒D</param>
+        /// <returns></returns>
+        List<BoxInfoDto> GetBuDaLabelList(string boxNo, string endBoxNo, string boxNo2, string endBoxNo2, string type,
+            int userId);
+
     }
 }

--
Gitblit v1.8.0