schangxiang@126.com
2024-09-04 4c0f8b9123f9627be73fff05c2062cffeee42cb7
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】