Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeSeries.cs
@@ -22,6 +22,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; @@ -42,6 +43,11 @@ public string Name { get; set; } /// <summary> /// 所属类别ID /// </summary> public long CatalogID { get; set; } /// <summary> /// 参数 /// </summary> public string Paras { get; set; }