schangxiang@126.com
2024-09-04 0e7d83f9262199c6238358cf1d51536a93c66ae6
DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/TableModel/WorkPieceLog.cs
@@ -153,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; }
    }
}