schangxiang@126.com
8 天以前 a6aaad96f92dbf9c6ae2c81072509981cc97e6d7
DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/TableModel/WorkPieceLog.cs
@@ -153,5 +153,21 @@
        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; }
        public string JiaJuGongWei { get; set; }
    }
}