From 5e2454c2a75cb70afc0d1933e5c29e02e21231e6 Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期一, 19 八月 2024 17:01:31 +0800
Subject: [PATCH] 测试流程,修改问题

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

diff --git a/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
index d44bcaf..3dc8720 100644
--- a/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
+++ b/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
@@ -8,6 +8,17 @@
 {
     public interface IPalletBindServer
     {
+        #region 鎺ュ彛鏂规硶
+
+        /// <summary>
+        /// 鎴愬搧/鎵樼洏 缁戝畾淇℃伅
+        /// </summary>
+        /// <param name="model"></param>
+        /// <param name="userId"></param>
+        void BindPalletStock(BoxPalletBindVm model, int userId);
+
+        #endregion
+
         #region 鎵樼洏缁戝畾
         List<PalletBindDto> GetPalletBindList(PalletBindVm model, out int count);
 

--
Gitblit v1.8.0