From c6342a8eb6d2c40e9a21deab63b5babb3def3025 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期日, 13 四月 2025 17:14:50 +0800
Subject: [PATCH] 物料扩展表增加字段 上架需要按物料的默认储位进行限制,不允许上架到其他储位 没有默认储位则不限制,需要记录并调用接口反写到U9

---
 Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs b/Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs
index 1cfbc17..55a42fc 100644
--- a/Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs
+++ b/Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs
@@ -20,6 +20,18 @@
         /// </summary>
         public Task<ApiAction<ScanOutput>> Scan(BaseInput input);
 
+        /// <summary>
+        ///  鑾峰彇褰撳墠澶囨枡鐨勫鏂欎换鍔′俊鎭�
+        /// </summary>
+        /// <returns></returns>
+        public Task<ApiAction<BIZ_WMS_PREP>> GetPrepInfo();
+
+        /// <summary>
+        ///  鑾峰彇褰撳墠澶囨枡鐨勭墿鏂欒淇℃伅
+        /// </summary>
+        /// <returns></returns>
+        public Task<ApiAction<BIZ_WMS_PREP_DTL>> GetCurPrepItem();
+
         public bool Close(bool needSaveHistoryLog = false);
     }
 }

--
Gitblit v1.9.3