From 79f9c5df2fa012b1586d5cf18481a11baa6e91be Mon Sep 17 00:00:00 2001
From: 肖洋 <cathay_xy@163.com>
Date: 星期六, 23 十一月 2024 14:31:38 +0800
Subject: [PATCH] 一大堆更改

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 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 5881e68..f2f7358 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
@@ -40,5 +40,55 @@
         /// 鍗曚綅
         /// </summary>
         public string UomCode { get; set; }
+
+        public List<ParameterInfo> ParameterInfos { get; set; }
+    }
+
+    public class ParameterInfo
+    {
+        /// <summary>
+        /// 鍙傛暟绫诲瀷灞炴�э紝瀵瑰簲 "ParameterType"
+        /// </summary>
+        public string ParameterType { get; set; }
+        /// <summary>
+        /// 鐩爣鍊煎睘鎬э紝瀵瑰簲 "TargetValue"
+        /// </summary>
+        public string TargetValue { get; set; }
+        /// <summary>
+        /// 鍗曚綅浠g爜灞炴�э紝瀵瑰簲 "UOMCode"
+        /// </summary>
+        public string UOMCode { get; set; }
+        /// <summary>
+        /// 涓婃帶鍒堕檺灞炴�э紝瀵瑰簲 "UpperControlLimit"
+        /// </summary>
+        public string UpperControlLimit { get; set; }
+        /// <summary>
+        /// 涓嬫帶鍒堕檺灞炴�э紝瀵瑰簲 "LowerControlLimit"
+        /// </summary>
+        public string LowerControlLimit { get; set; }
+        /// <summary>
+        /// 涓婅鏍奸檺灞炴�э紝瀵瑰簲 "UpperSpecificationsLimit"
+        /// </summary>
+        public string UpperSpecificationsLimit { get; set; }
+        /// <summary>
+        /// 涓嬭鏍奸檺灞炴�э紝瀵瑰簲 "LowerSpecificationsLimit"
+        /// </summary>
+        public string LowerSpecificationsLimit { get; set; }
+        /// <summary>
+        /// 璁惧鍙敤鎬ф爣蹇楀睘鎬э紝瀵瑰簲 "EquipmentAvailabilityFlag"
+        /// </summary>
+        public bool EquipmentAvailabilityFlag { get; set; }
+        /// <summary>
+        /// 鎻忚堪灞炴�э紝瀵瑰簲 "Description"
+        /// </summary>
+        public string Description { get; set; }
+        /// <summary>
+        /// 鍙傛暟鐗堟湰灞炴�э紝瀵瑰簲 "ParamVersion"
+        /// </summary>
+        public string ParamVersion { get; set; }
+        /// <summary>
+        /// 鍙傛暟浠g爜灞炴�э紝瀵瑰簲 "ParameterCode"
+        /// </summary>
+        public string ParameterCode { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3