From 669da34a336dc194c23db724e1da18812c2b6faf Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期二, 10 九月 2024 08:18:42 +0800 Subject: [PATCH] · --- Admin.NET/WCS.Application/Service/WcsDevice/WcsDeviceService.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Admin.NET/WCS.Application/Service/WcsDevice/WcsDeviceService.cs b/Admin.NET/WCS.Application/Service/WcsDevice/WcsDeviceService.cs index 6c25547..b792afd 100644 --- a/Admin.NET/WCS.Application/Service/WcsDevice/WcsDeviceService.cs +++ b/Admin.NET/WCS.Application/Service/WcsDevice/WcsDeviceService.cs @@ -410,6 +410,7 @@ SkuNo = task.SkuNo, SkuName = task.SkuName, Status = task.Status, + LineNO = task.LineNO, Qty = task.Qty }) .ToListAsync(); -- Gitblit v1.8.0