From 1a02791b12af1c7dc0a7816c9ae60f5ede442de4 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期五, 15 十一月 2024 14:32:16 +0800
Subject: [PATCH] 1

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/CellState/ResultTrayCellsStatus.cs |   38 +++++++++++++++++++++++++++++++++++++-
 1 files changed, 37 insertions(+), 1 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/CellState/ResultTrayCellsStatus.cs
similarity index 64%
rename from Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs
rename to Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/CellState/ResultTrayCellsStatus.cs
index 841ba73..48d00df 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/CellState/ResultTrayCellsStatus.cs
@@ -1,5 +1,8 @@
 锘縩amespace WIDESEA_DTO.MOM
 {
+    /// <summary>
+    /// 鎵樼洏鐢佃姱鐘舵��
+    /// </summary>
     public class ResultTrayCellsStatus : BasicResult
     {
         /// <summary>
@@ -16,6 +19,16 @@
         /// 缁戝畾浠g爜
         /// </summary>
         public string BindCode { get; set; }
+
+        /// <summary>
+        /// 鐢熶骇浜х嚎
+        /// </summary>
+        public string ProductionLine { get; set; }
+
+        /// <summary>
+        /// 褰撳墠宸ヨ壓宸ュ簭浠g爜
+        /// </summary>
+        public string ProcessCode { get; set; }
 
         /// <summary>
         /// 鏂欐灞炴�у垪琛�
@@ -38,6 +51,8 @@
         /// </summary>
         public int PositionNo { get; set; }
 
+        //public string BindCode { get; set; }
+
         /// <summary>
         /// 鐢佃姱鐘舵��
         /// </summary>
@@ -57,9 +72,30 @@
         /// <summary>
         /// 宸ュ簭
         /// </summary>
-        public string ProcessCode { get; set; }
+        public List<ProcessCodes> ProcessCodes { get; set; } = new List<ProcessCodes>();
 
         /// <summary>
+        /// 鎵樼洏瀹归噺
+        /// </summary>
+        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
+    {
+        /// <summary>
         /// 閫傜敤鐗╂枡缂栫爜/宸ヨ壓鍨嬪彿
         /// </summary>
         public string ProductType { get; set; }

--
Gitblit v1.9.3