From 3106b64087cf6199b5a35aafb0eb583676017aa6 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 07 十一月 2024 16:47:44 +0800
Subject: [PATCH] 暂存

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs |   29 +++++++++++++++++++++++------
 1 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs
index 841ba73..0f1ba4f 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs
@@ -12,11 +12,7 @@
         /// </summary>
         public List<SerialNoDto> SerialNos { get; set; } = new List<SerialNoDto>();
 
-        /// <summary>
-        /// 缁戝畾浠g爜
-        /// </summary>
-        public string BindCode { get; set; }
-
+        public string TrayStatus { get; set; }
         /// <summary>
         /// 鏂欐灞炴�у垪琛�
         /// </summary>
@@ -38,6 +34,8 @@
         /// </summary>
         public int PositionNo { get; set; }
 
+        public string BindCode { get; set; }
+
         /// <summary>
         /// 鐢佃姱鐘舵��
         /// </summary>
@@ -57,11 +55,30 @@
         /// <summary>
         /// 宸ュ簭
         /// </summary>
-        public string ProcessCode { get; set; }
+        public List<ProcessCodes> ProcessCodes { get; set; } = new List<ProcessCodes>();
+
+        public double Capacity { get; set; }
+
 
         /// <summary>
         /// 閫傜敤鐗╂枡缂栫爜/宸ヨ壓鍨嬪彿
         /// </summary>
+        public List<ProductTypes> ProductType { get; set; } = new List<ProductTypes>();
+    }
+
+    public class ProcessCodes
+    {
+
+        /// <summary>
+        /// 宸ュ簭
+        /// </summary>
+        public string ProcessCode { get; set; }
+    }
+
+    public class ProductTypes
+    {
+
         public string ProductType { get; set; }
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3