From 16edbbe772e24eb71f6519558576d513e3cf2746 Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周三, 24 9月 2025 15:31:07 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/DF22001YiQi

---
 iWara.SCADA.Code/iWare.Wms.Application/Service/WorkPieceProcess/Dto/WorkPieceProcessOutput.cs |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/iWara.SCADA.Code/iWare.Wms.Application/Service/WorkPieceProcess/Dto/WorkPieceProcessOutput.cs b/iWara.SCADA.Code/iWare.Wms.Application/Service/WorkPieceProcess/Dto/WorkPieceProcessOutput.cs
index b4a0dec..ec82c6b 100644
--- a/iWara.SCADA.Code/iWare.Wms.Application/Service/WorkPieceProcess/Dto/WorkPieceProcessOutput.cs
+++ b/iWara.SCADA.Code/iWare.Wms.Application/Service/WorkPieceProcess/Dto/WorkPieceProcessOutput.cs
@@ -3,6 +3,7 @@
 using iWare.Wms.Core.Util.LowCode.Dto;
 using System;
 using System.ComponentModel;
+using System.ComponentModel.DataAnnotations;
 
 namespace iWare.Wms.Application
 {
@@ -26,6 +27,28 @@
     /// </summary>
     public class WorkPieceProcessOutput
     {
+
+        [StringLength(50)]
+        public string JiaJuGongWei { get; set; }
+        [StringLength(50)]
+        public string DataCapturePointCname { get; set; }
+
+        [StringLength(50)]
+        public string UpdateDataCapturePointCname { get; set; }
+
+        public string UpdatedUserName { get; set; }
+
+        /// <summary>
+        /// 璐ㄩ噺涓嶅悎鏍煎師鍥犵被鍨嬶紝鏋氫妇QualityNoOkEnum 銆怑ditby shaocx,2024-06-26銆�
+        /// </summary>
+        public int? QualityNoOk { get; set; }
+
+        /// <summary>
+        /// 璐ㄩ噺涓嶅悎鏍煎師鍥� 銆怑ditby shaocx,2024-06-26銆�
+        /// </summary>
+        public string QualityNoOkReason { get; set; }
+
+
         /// <summary>
         /// 宸ヤ欢鍙�
         /// </summary>
@@ -306,6 +329,16 @@
     public class WorkPieceInfoMachiningPageOutput
     {
         /// <summary>
+        /// 璐ㄩ噺涓嶅悎鏍煎師鍥犵被鍨嬶紝鏋氫妇QualityNoOkEnum 銆怑ditby shaocx,2024-06-26銆�
+        /// </summary>
+        public int? QualityNoOk { get; set; }
+
+        /// <summary>
+        /// 璐ㄩ噺涓嶅悎鏍煎師鍥� 銆怑ditby shaocx,2024-06-26銆�
+        /// </summary>
+        public string QualityNoOkReason { get; set; }
+
+        /// <summary>
         /// 棰滆壊绫诲瀷
         /// 妫�娴嬪伐浠讹細 1   榛勮壊
         ///姝e父宸ヤ欢锛�2 缁胯壊

--
Gitblit v1.9.3