lixiaojun
2024-12-13 c4049242a1cc73da8210f381db72d1a807bd08d4
Vmo/HStation.Vmo.Assets.Core/21-cooling/01-series/AssetsCoolingSeriesVmo.cs
@@ -26,6 +26,21 @@
        }
        /// <summary>
        ///
        /// </summary>
        public AssetsCoolingSeriesVmo(AssetsCoolingSeriesVmo rhs)
        {
            this.ID = rhs.ID;
            this.ParentID = rhs.ParentID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
        /// id
        /// </summary>
        public long ID { get; set; }