项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderController.cs
@@ -181,6 +181,12 @@ return content; } [HttpPost, Route("UndoPalletGroup"), AllowAnonymous, MethodParamsValidate] public WebResponseContent UndoPalletGroup(string palletCode) { return Service.UndoPalletGroup(palletCode); } /// <summary> /// /// </summary>