From be438dd071400936c44a1425ec8d886f63c83329 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期五, 11 七月 2025 14:33:08 +0800 Subject: [PATCH] 1 --- WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs index abc160b..951dcb9 100644 --- a/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs +++ b/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs @@ -24,5 +24,7 @@ WebResponseContent InventoryIn(string name); WebResponseContent CancelIn(HouseCancelIn houseCancelIn); + + Dt_InboundOrder GetInboundOrder(string InboundOrderNo); } } -- Gitblit v1.9.3