liuying
2025-09-24 16edbbe772e24eb71f6519558576d513e3cf2746
iWara.SCADA.Code/iWare.Wms.Application/Service/WorkPieceProcess/Dto/WorkPieceLogYieldInput.cs
@@ -1,5 +1,7 @@
using iWare.Wms.Core;
using iWare.Wms.Core.Service;
using Microsoft.EntityFrameworkCore;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
namespace iWare.Wms.Application
@@ -9,6 +11,19 @@
  
    public class WorkPieceLogYieldInput : PageInputBase
    {
        /// <summary>
        /// 日志类型
        /// </summary>
        [Comment("日志类型")]
        public int? PieceLogType { get; set; }
        /// <summary>
        /// 日志类型
        /// </summary>
        [Comment("日志类型")]
        [MaxLength(255)]
        public string PieceLogTypeName { get; set; }
        /// <summary>
        /// 工件号
        /// </summary>
@@ -34,8 +49,15 @@
        /// </summary>
        public virtual string workingProcedure { get; set; }
        [Description("来源")]
        public string DataCapturePointCname { get; set; }
        public virtual string createdUserName { get; set; }
        public virtual string remarks { get; set; }
        /// <summary>
        /// 工序上线时间
        /// </summary>