chenyong
2025-05-15 227f4259effd028b9c8d917c8e59a3e79a19d10f
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -228,9 +228,21 @@
    }
    /// <summary>
<<<<<<< HEAD
    /// 获取任务信息
    /// </summary>
    /// <returns></returns>
=======
    /// 静置查询空闲库位
    /// </summary>
    /// <returns></returns>
    [HttpPost, AllowAnonymous, Route("QueryLocationFreeJZ")]
    public WebResponseContent QueryLocationFreeJZ(string RoadwayNo)
    {
        return Service.QueryLocationFreeJZ(RoadwayNo);
    }
>>>>>>> c2aaf06dab8a627948ee2e5574fe4598f8d1638f
    [HttpPost, AllowAnonymous, Route("GetTaskInfo")]
    public WebResponseContent GetTaskInfo()
    {