From 2cc749ec598c39f9172f9b989979f6218ec256b1 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <1247017146@qq.com> Date: 星期四, 27 三月 2025 11:06:24 +0800 Subject: [PATCH] 1 --- CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs index cd1bff6..e2d7bc1 100644 --- a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs +++ b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs @@ -215,4 +215,16 @@ { return await Service.SetEmptyOutbyInToOutOneAsync(input); } + + /// <summary> + /// 闈欑疆鏌ヨ瀹炴墭 + /// </summary> + /// <param name="ProductLine">浜х嚎</param> + /// <returns></returns> + [HttpPost, AllowAnonymous, Route("QueryStockInfoForRealTrayJZAsync")] + [TypeFilter(typeof(ThrottleFilter), Arguments = new object[] { 5 })] // 5绉掕妭娴� + public async Task<WebResponseContent> QueryStockInfoForRealTrayJZAsync(string ProductLine) + { + return await Service.QueryStockInfoForRealTrayJZAsync(ProductLine); + } } \ No newline at end of file -- Gitblit v1.9.3