1
yangpeixing
2026-04-01 f1bf3ef09713182d434e22dfd8623ea73e02d6d3
WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -64,5 +64,14 @@
            return Service.LocationRelease(locationCodes);
        }
        /// <summary>
        /// 货位预警
        /// </summary>
        /// <returns></returns>
        [HttpPost, Route("LocationWarning"), AllowAnonymous]
        public WebResponseContent LocationWarning()
        {
            return Service.LocationWarning();
        }
    }
}