From a259e40ee315f068bd9b96f857f1f80ea137e89d Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 08 三月 2025 21:27:42 +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