From fc2b395e10c968f4bcf540613538265655b7a15e Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期四, 08 五月 2025 16:47:07 +0800
Subject: [PATCH] 修改问题

---
 Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index e826d99..6ffd44f 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -12,6 +12,26 @@
 {
     public interface IPdaAsnServer
     {
+        #region JC34
+
+        //鑾峰彇闇�瑕佽创鏍囩鐨勫叆搴撳崟 鍗曟嵁鍙烽泦鍚�
+        List<string> GetPasteAsnNoStrList();
+        //鑾峰彇涓嶉渶瑕佽创鏍囩鐨勫叆搴撳崟 鍗曟嵁鍙烽泦鍚�
+        List<string> GetNoPasteAsnNoStrList();
+        //鏍规嵁鍗曟嵁鑾峰彇鏍囩鏁伴噺
+        BoxListInfoDto GetBoxCountByAsn(string asnNo, int? asnDetailId);
+
+        /// <summary>
+        /// 淇濆瓨鎸囧畾鐨勫偍浣�
+        /// </summary>
+        /// <param name="palletNo"></param>
+        /// <param name="locateNo"></param>
+        /// <param name="userId"></param>
+        void SaveAppointLocate(string palletNo, string locateNo, int userId);
+
+        #endregion
+
+
         // 鑾峰彇鍗曟嵁鍒楄〃
         List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model);
 

--
Gitblit v1.8.0