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,13 @@ /// </summary> public class WorkPieceProcessOutput { [StringLength(50)] public string DataCapturePointCname { get; set; } [StringLength(50)] public string UpdateDataCapturePointCname { get; set; } public string UpdatedUserName { get; set; } /// <summary> /// 质量不合格原因类型,枚举QualityNoOkEnum 【Editby shaocx,2024-06-26】