huanghongfeng
2025-06-19 f3ec4fe9c98a87b42b00b6ac4790fe156a32aa6b
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -36,4 +36,13 @@
    {
        return Service.LocationEnable(saveModel);
    }
    //获取货位状态信息
    [HttpPost, AllowAnonymous, Route("LocationStatus")]
    public WebResponseContent LocationStatus()
    {
        return Service.LocationStatus();
    }
}