lixiaojun
2024-08-20 2f3a9af7fa25b6de8d34ad2fc28664f2396c196b
Yw.Service.Bimface.Core/02-model/BimfaceFile.cs
@@ -3,7 +3,7 @@
    /// <summary>
    /// Bimface文件
    /// </summary>   
    public class BimfaceFile : BaseModel, System.ICloneable
    public class BimfaceFile : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        /// <summary>
        /// 
@@ -27,12 +27,6 @@
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
            this.CreateUserID = rhs.CreateUserID;
            this.CreateTime = rhs.CreateTime;
            this.CreateUserName = rhs.CreateUserName;
            this.UpdateUserID = rhs.UpdateUserID;
            this.UpdateTime = rhs.UpdateTime;
            this.UpdateUserName = rhs.UpdateUserName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
@@ -56,12 +50,6 @@
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
            this.CreateUserID = rhs.CreateUserID;
            this.CreateTime = rhs.CreateTime;
            this.CreateUserName = rhs.CreateUserName;
            this.UpdateUserID = rhs.UpdateUserID;
            this.UpdateTime = rhs.UpdateTime;
            this.UpdateUserName = rhs.UpdateUserName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -125,36 +113,6 @@
        /// 标记
        /// </summary>   
        public string TagName { get; set; }
        /// <summary>
        /// 创建人id
        /// </summary>
        public long CreateUserID { get; set; }
        /// <summary>
        /// 创建时间
        /// </summary>
        public DateTime CreateTime { get; set; }
        /// <summary>
        /// 创建人名称
        /// </summary>
        public string CreateUserName { get; set; }
        /// <summary>
        /// 更新人id
        /// </summary>
        public long? UpdateUserID { get; set; }
        /// <summary>
        /// 更新时间
        /// </summary>
        public DateTime? UpdateTime { get; set; }
        /// <summary>
        /// 更新人名称
        /// </summary>
        public string UpdateUserName { get; set; }
        /// <summary>
        /// 排序码