liuying
2025-09-24 16edbbe772e24eb71f6519558576d513e3cf2746
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 【Editby shaocx,2024-06-26】
        /// </summary>