huangxiaoqiang
2025-06-03 d0712fcf60aa1ef5ddfb8d18b583a742893a7aea
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -227,6 +227,15 @@
        return await Service.QueryStockInfoForRealTrayJZAsync(ProductLine,PalletCode);
    }
    /// <summary>
    /// 静置查询空闲库位
    /// </summary>
    /// <returns></returns>
    [HttpPost, AllowAnonymous, Route("QueryLocationFreeJZ")]
    public WebResponseContent QueryLocationFreeJZ(string RoadwayNo)
    {
        return Service.QueryLocationFreeJZ(RoadwayNo);
    }
    [HttpPost, AllowAnonymous, Route("GetTaskInfo")]
    public WebResponseContent GetTaskInfo()