lixiaojun
2025-02-06 146ca8c7eefe74d3b73c00a73e99e94e903be401
Service/HStation.Service.Assets.Core/02-model/04-Fourlink/AssetsFourlinkSeries.cs
@@ -6,7 +6,7 @@
    /// 阀门系列
    /// </summary>
    [SysType("assets_fourlink_series")]
    public class AssetsFourlinkSeries : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable
    public class AssetsFourlinkSeries : BaseModel, IParas, IFlags, ITagName, ITreeSorter, System.ICloneable
    {
        /// <summary>
        ///
@@ -22,8 +22,8 @@
            this.ParentIds = rhs.ParentIds;
            this.CatalogID = rhs.CatalogID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
@@ -35,8 +35,8 @@
            this.ParentIds = rhs.ParentIds;
            this.CatalogID = rhs.CatalogID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;