From beca28ecb3a730ffb33c21e0c55c729774725faf Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 25 四月 2025 16:51:28 +0800 Subject: [PATCH] 优化备料单发料逻辑 --- 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