From c5238c1b78e8e7a066d6a82e4bbd5118de6b6efb Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期一, 16 十二月 2024 21:23:02 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderController.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderController.cs" index 43ab0e7..1b4e531 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderController.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderController.cs" @@ -16,6 +16,15 @@ public InboundOrderController(IInboundOrderService service) : base(service) { } + /// <summary> + /// 鏌ヨ鍏ュ簱鍗曚俊鎭� + /// </summary> + /// <returns></returns> + [HttpPost, HttpGet, Route("GetInboundOrders")] + public WebResponseContent GetInboundOrders([FromBody] SaveModel saveModel) + { + return Service.GetInboundOrders(saveModel); + } /// <summary> /// 鍗曚釜鐗╂枡鐮佺粍鐩� -- Gitblit v1.9.3