From 6efa5f6ca7536a37e3af3592bb42db63bcb8371d Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周三, 24 9月 2025 15:33:27 +0800 Subject: [PATCH] 代码备份 --- iWara.SCADA.Code/iWare.Wms.Application/Service/WorkPieceProcess/Dto/WorkPieceProcessOutput.cs | 11 +++++++++++ 1 files changed, 11 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 2829c07..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 { @@ -27,6 +28,16 @@ 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> -- Gitblit v1.9.3