lixiaojun
2024-11-30 ff39bbf7e3a3d02f7f051ce1bee06cec007be3ff
Service/HStation.Service.Assets.Core/02-model/06-PipeLine/AssetsPipeSeries.cs
@@ -21,6 +21,7 @@
        {
            this.ID = rhs.ID;
            this.ParentIds = rhs.ParentIds;
            this.CatalogID = rhs.CatalogID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -33,6 +34,7 @@
        {
            this.ID = rhs.ID;
            this.ParentIds = rhs.ParentIds;
            this.CatalogID = rhs.CatalogID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -47,6 +49,11 @@
        public List<long> ParentIds { get; set; }
        /// <summary>
        /// 所属类别ID
        /// </summary>
        public long CatalogID { get; set; }
        /// <summary>
        /// 名称
        /// </summary>
        public string Name { get; set; }