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; }