1
wankeda
2026-03-02 ea4adbde9c64181369161e851925e06d52260eba
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();
        }
    }
}