From 422ca5b2fb6f9270ae0067a1c0dc9a02b84b9d67 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 19 三月 2025 01:19:39 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.IBusiness.WMS/iERP/IU9C_WMS.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/Tiger.IBusiness.WMS/iERP/IU9C_WMS.cs b/Tiger.IBusiness.WMS/iERP/IU9C_WMS.cs index 1afc677..48771de 100644 --- a/Tiger.IBusiness.WMS/iERP/IU9C_WMS.cs +++ b/Tiger.IBusiness.WMS/iERP/IU9C_WMS.cs @@ -39,5 +39,21 @@ /// <param name="input"></param> /// <returns></returns> public ApiAction In_GetReturn(U9C_Base_Input input); + + + + /// <summary> + /// 鍚屾鑾峰彇鏉傛敹鍗曟嵁淇℃伅 + /// </summary> + /// <param name="input"></param> + /// <returns></returns> + public ApiAction In_GetMiscRcvTrans(U9C_Base_Input input); + + /// <summary> + /// 鍚屾鑾峰彇鏉傚彂鍗曟嵁淇℃伅 + /// </summary> + /// <param name="input"></param> + /// <returns></returns> + public ApiAction In_GetMiscShip(U9C_Base_Input input); } } -- Gitblit v1.9.3