From d2f57e228f8ba8e606d89b3501ce9558c81246dd Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期五, 07 三月 2025 11:16:52 +0800 Subject: [PATCH] 送货单ASN接口同步 --- Tiger.IBusiness/iERP/IU9C_MES.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Tiger.IBusiness/iERP/IU9C_MES.cs b/Tiger.IBusiness/iERP/IU9C_MES.cs index 5417c7b..f6f9622 100644 --- a/Tiger.IBusiness/iERP/IU9C_MES.cs +++ b/Tiger.IBusiness/iERP/IU9C_MES.cs @@ -17,5 +17,6 @@ public Task<ApiAction> GetBasWo(GetWoInput input); public ApiAction GetCustBarCode(U9C_Base_Input input); public ApiAction GetU9CBasWo(U9C_Base_Input input); + } } -- Gitblit v1.9.3