From 4f288baecfa30feb385ab39b63553de943ba965e Mon Sep 17 00:00:00 2001
From: chenyong <chenyong@hnkhzn.com>
Date: 星期五, 16 一月 2026 11:37:15 +0800
Subject: [PATCH] 1
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs | 26 ++++++++++++++++++++++++++
1 files changed, 26 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 f2f7358..5f49275 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
@@ -91,4 +91,30 @@
/// </summary>
public string ParameterCode { get; set; }
}
+
+
+ public class EqptRunDTO: BasicResult
+ {
+ public string WipOrderNo { get; set; }
+
+ public string ProductDesc { get; set; }
+
+ public string FirstArticleNum { get; set; }
+
+ public string DebugNum { get; set; }
+
+ public string ParamVersion { get; set; }
+
+ public bool ParamRefreshFlag { get; set; }
+
+ public string ProductType { get; set; }
+
+ public string ProductModel { get; set; }
+
+ public object ParameterInfo { get; set; }
+
+ public bool IsProcessed { get; set; }
+
+ public string PreProductNo { get; set; }
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3