From 70cdea5f6e57d1ebc29c25ef60f311fadca6ab21 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期四, 26 九月 2024 19:10:18 +0800
Subject: [PATCH] Merge branch 'wxw'

---
 Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs b/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs
index 116d386..4e86115 100644
--- a/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs
+++ b/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs
@@ -9,6 +9,7 @@
 {
     public long Id { get; set; }
     public string Text { get; set; }
+    public string? TaskNo { get; set; }
     public string? OrderNo { get; set; }
     public string? LotNo { get; set; }
     public string? SkuNo { get; set; }
@@ -18,6 +19,11 @@
     /// 鎬荤鏁�/璁″垝绠辨暟/棰勪及绠辨暟
     /// </summary>
     public int? Qty { get; set; }
-    public string? LineNO { get; set; }
+    public string? LineNo { get; set; }
     public string? PZNo { get; set; }
+
+    /// <summary>
+    /// 璁惧绫诲瀷
+    /// </summary>
+    public PLCTypeEnum Type { get; set; }
 }

--
Gitblit v1.8.0