lixiaojun
2024-05-29 edb3d6cded4db1c8a2886f6bdc39c2fe4c69b67a
Yw.Service.Bimface.Core/02-model/BimfaceFile.cs
@@ -3,7 +3,7 @@
    /// <summary>
    /// Bimface文件
    /// </summary>   
    public class BimfaceFile : BaseTraceModel, IParas, IFlags, ITagName, ISorter, System.ICloneable
    public class BimfaceFile : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        /// <summary>
        /// 
@@ -50,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;
        }