heshaofeng
2026-02-04 83161ba784c838117bbebb5d712f2e2037b269be
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderController.cs
@@ -269,5 +269,11 @@
        {
            return Service.HandCloseOrder(orderIds);
        }
        [HttpPost, Route("GetLocationType"), AllowAnonymous, MethodParamsValidate]
        public WebResponseContent GetLocationType(string code)
        {
            return Service.GetLocationType(code);
        }
    }
}