项目代码/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); } } }