From 74f4d54e15111db46e15680cb47ba7bec847fc3b Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期五, 14 三月 2025 15:47:45 +0800
Subject: [PATCH] 增加送货单(U9)清点和收货单(U9)上架的Controller

---
 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