From c946fd6e80ec327586878d5a79ff2550ba9cfa67 Mon Sep 17 00:00:00 2001 From: "yang.lee" Date: Thu, 16 Nov 2023 17:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E7=9B=98=E7=82=B9=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1ID=E8=8E=B7=E5=8F=96=E7=9B=98=E7=82=B9=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=98=8E=E7=BB=86=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarehouseMgr/Tnb.WarehouseMgr/WmsCheckTaskService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsCheckTaskService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsCheckTaskService.cs index eb660387..3744a0e3 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsCheckTaskService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsCheckTaskService.cs @@ -314,8 +314,8 @@ namespace Tnb.WarehouseMgr /// /// 根据盘点任务ID获取盘点任务明细 /// - /// - /// + /// 盘点任务主表ID + /// 盘点任务明细列表 [HttpGet("checkStockId")] public async Task> GetCheckStockDList(string checkStockId) {