lixiaojun
2024-05-29 edb3d6cded4db1c8a2886f6bdc39c2fe4c69b67a
Yw.Service.Bimface.Core/01-entity/BimfaceFile.cs
@@ -4,7 +4,7 @@
    /// Bimface文件
    /// </summary>
    [SugarTable("bimface_file")]
    public class BimfaceFile : BaseTraceEntity, System.ICloneable, ISorter, IParas, IFlags, ITagName
    public class BimfaceFile : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        /// <summary>
        /// 
@@ -28,12 +28,6 @@
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            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;
        }