From 08343d90d3aa73dd5ec89aaf7b3815e22eba0eb1 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期二, 01 四月 2025 14:58:23 +0800
Subject: [PATCH] 备料任务第二版

---
 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