liuying
2024-10-16 c7acb51c3ace14e509704f453adc58b9eb6613a8
iWara.SCADA.Code/iWare.Wms.Core/Entity/SCADA/WorkPieceLog.cs
@@ -16,6 +16,12 @@
    [Comment("工件接收信息履历表")]
    public class WorkPieceLog : DEntityBase
    {
        /// <summary>
        /// 数据来源
        /// </summary>
        public string DataCapturePointCname { get; set; }
        /// <summary>
        /// 工件号
        /// </summary>
@@ -89,7 +95,7 @@
        /// </summary>
        [Comment("质量状态")]
        public int QualityState { get; set; }
        /// <summary>
        /// 设备编号
@@ -246,6 +252,27 @@
        [MaxLength(255)]
        public string Remarks { get; set; }
        /// <summary>
        /// 备注
        /// </summary>
        [Comment("备注")]
        [MaxLength(255)]
        public string MyRemarks { get; set; }
        /// <summary>
        /// 日志类型
        /// </summary>
        [Comment("日志类型")]
        public int? PieceLogType { get; set; }
        /// <summary>
        /// 日志类型
        /// </summary>
        [Comment("日志类型")]
        [MaxLength(255)]
        public string PieceLogTypeName { get; set; }
    }
}