CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -215,4 +215,15 @@
    {
        return await Service.SetEmptyOutbyInToOutOneAsync(input);
    }
    /// <summary>
    /// 静置查询实托
    /// </summary>
    /// <param name="ProductLine">产线</param>
    /// <returns></returns>
    [HttpPost, AllowAnonymous, Route("QueryStockInfoForRealTrayJZAsync")]
    public async Task<WebResponseContent> QueryStockInfoForRealTrayJZAsync(string ProductLine, string PalletCode)
    {
        return await Service.QueryStockInfoForRealTrayJZAsync(ProductLine,PalletCode);
    }
}