hutongqing
2025-01-16 ce08db7fdb31a61c6ee672d89d6c4b4b66c1f6d6
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundOrderController.cs
@@ -69,6 +69,7 @@
        /// <param name="outId">鍑哄簱鍗旾D</param>
        /// <param name="WarehouseCode">浠撳簱浠e彿</param>
        /// <returns></returns>
        [HttpPost, Route("PushERPOutBound"), AllowAnonymous]
        public WebResponseContent PushERPOutBound(int outId, string WarehouseCode)
        {
            return Service.PushERPOutBound(outId, WarehouseCode);