schangxiang@126.com
2024-09-05 09a12e1094e90fe83c5578de64b56e9237c60507
iWara.SCADA.Code/iWare.Wms.Application/Service/WorkPieceProcess/Dto/WorkPieceLogYieldInput.cs
@@ -1,5 +1,6 @@
using iWare.Wms.Core;
using iWare.Wms.Core.Service;
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations;
namespace iWare.Wms.Application
@@ -9,6 +10,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>
@@ -36,6 +50,8 @@
        public virtual string createdUserName { get; set; }
        public virtual string remarks { get; set; }
        /// <summary>
        /// 工序上线时间
        /// </summary>