From 81407b9c6145e13bc3707abda250d29ab6972254 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 09 五月 2025 15:52:58 +0800 Subject: [PATCH] 优化实体 --- Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs | 7 +++++++ 1 files changed, 7 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 55a42fc..a881564 100644 --- a/Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs +++ b/Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs @@ -32,6 +32,13 @@ /// <returns></returns> public Task<ApiAction<BIZ_WMS_PREP_DTL>> GetCurPrepItem(); + /// <summary> + /// 鍒涘缓鍙戞枡鎵规浠ュ畬鎴愭湰娆″彂鏂欙紝璋冪敤鍙戞枡鍗曟嵁鐨凟RP鎺ュ彛 + /// </summary> + /// <param name="input"></param> + /// <returns></returns> + public Task<ApiAction> GenerateDlvyBatch(BaseInput input); + public bool Close(bool needSaveHistoryLog = false); } } -- Gitblit v1.9.3