1
yangpeixing
2026-04-01 73569b329e4ed2293a63e5a739d5fb0314fc4fd8
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();
        }
    }
}