From 18d2f40bbf40469b033de6f07ca8a8e3bc191132 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 26 四月 2025 19:21:40 +0800
Subject: [PATCH] 优化代码

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WCSInfo/ProductionlineDTO.cs |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WCSInfo/ProductionlineDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WCSInfo/ProductionlineDTO.cs"
index e5ad297..da652ae 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WCSInfo/ProductionlineDTO.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WCSInfo/ProductionlineDTO.cs"
@@ -9,25 +9,28 @@
     public class ProductionlineDTO
     {
         /// <summary>
-        /// 鎵樼洏鏉$爜
+        /// 鎵樼洏鍙�
         /// </summary>
-        public string TrayBarcode { get; set; }
+        public string Barcode { get; set; }
         /// <summary>
-        /// 鎵樼洏绫诲瀷
+        /// 绔欏彴缂栧彿
         /// </summary>
-        public int TrayType { get; set; }
+        public string stationCode { get; set; }
         /// <summary>
         /// 鏁伴噺
         /// </summary>
-        public int InProductQty { get; set; }
-        //public int ProductQty { get; set; } = 0;
+        public string productQty { get; set; }
+        /// <summary>
+        /// 鎬绘暟閲�
+        /// </summary>
+        public decimal QtySum { get; set; }
         /// <summary>
         /// 鎵瑰彿
         /// </summary>
-        public string BatchNo { get; set; }
+        public string batchNo { get; set; }
         /// <summary>
-        /// 绔欑偣缂栧彿
+        /// 绫诲瀷
         /// </summary>
-        public string Station {  get; set; }
+        public short traytype { get; set; }
     }
 }

--
Gitblit v1.9.3