From bc478c8fad0988f7021fbc80c4a9375551c8ffa0 Mon Sep 17 00:00:00 2001
From: helongyang <647556386@qq.com>
Date: 星期五, 13 六月 2025 10:42:04 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MES/MesLotModel.cs |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MES/MesLotModel.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MES/MesLotModel.cs"
index 5744eb6..312a99c 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MES/MesLotModel.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MES/MesLotModel.cs"
@@ -6,13 +6,34 @@
 
 namespace WIDESEA_DTO.MES
 {
+    /// <summary>
+    /// MES闃茬剨鎵规鑾峰彇
+    /// </summary>
     public class MesLotInfoModel
     {
+        /// <summary>
+        /// 鐗╂枡鏂欏彿
+        /// </summary>
         public string Product { get; set; }
+        /// <summary>
+        /// 鐗╂枡鐗堟湰
+        /// </summary>
         public string ProductVersion { get; set; }
+        /// <summary>
+        /// 鐗╂枡鏁伴噺
+        /// </summary>
         public decimal Qty { get; set; }
+        /// <summary>
+        /// 鍛ㄦ湡
+        /// </summary>
         public string DateCode { get; set; }
+        /// <summary>
+        /// 鎵规
+        /// </summary>
         public string LotNo { get; set; }
+        /// <summary>
+        /// 鏄惁婊ot
+        /// </summary>
         public bool IsFullNumber { get; set; }
     }
 }

--
Gitblit v1.9.3