1
schangxiang@126.com
2024-09-04 c0885ae4ad1d8aba1ea04696fd04af9b221d2197
DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/TableModel/WorkPieceLog.cs
@@ -117,6 +117,10 @@
        [StringLength(255)]
        public string Remarks { get; set; }
        [StringLength(255)]
        public string MyRemarks { get; set; }
        public DateTimeOffset? CreatedTime { get; set; }
        public DateTimeOffset? UpdatedTime { get; set; }
@@ -149,5 +153,18 @@
        public string UpdatedUserName { get; set; }
        public bool IsDeleted { get; set; }
        /// <summary>
        /// 日志类型
        /// </summary>
        public int? PieceLogType { get; set; }
        /// <summary>
        /// 日志类型
        /// </summary>
        [MaxLength(255)]
        public string PieceLogTypeName { get; set; }
    }
}