From 021edcd84d6601249e008141b3027549f864155f Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 11 十一月 2024 17:30:40 +0800
Subject: [PATCH] 24-11-11.01

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
index f209253..fa19cf6 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
@@ -6,6 +6,9 @@
 
 namespace WIDESEA_DTO.MOM
 {
+    /// <summary>
+    /// 鍏ュ簱
+    /// </summary>
     public class ResponeAgingInputDto : BasicResult
     {
         /// <summary>
@@ -19,8 +22,30 @@
         public string BindCode { get; set; }
 
         /// <summary>
+        /// 鐢熶骇浜х嚎
+        /// </summary>
+        public string ProductionLine { get; set; }
+
+        /// <summary>
         /// 鍏宠仈宸ュ簭杩斿洖鏃堕棿锛岃褰曟敞娑叉垨闈欑疆鏃堕暱銆�
         /// </summary>
         public string LinedProcessFeedbackTime { get; set; }
+
+        /// <summary>
+        /// 鍙傛暟鐗堟湰淇℃伅
+        /// </summary>
+        public string ParamVersion { get; set; }
+
+        /// <summary>
+        /// 鏄惁闇�瑕佽鍙栧弬鏁�
+        /// </summary>
+        public bool ParamRefreshFlag { get; set; }
+
+        /// <summary>
+        /// 鍙傛暟淇℃伅鏁扮粍
+        /// </summary>
+        public List<ParameterInfoDto> ParameterInfo { get; set; } = new List<ParameterInfoDto>();
     }
+
+
 }
\ No newline at end of file

--
Gitblit v1.9.3