Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkSeries.cs
@@ -21,6 +21,7 @@ public AssetsFourlinkSeries(AssetsFourlinkSeries rhs) : base(rhs) { this.ID = rhs.ID; this.CatalogID = rhs.CatalogID; this.ParentIds = rhs.ParentIds; this.Name = rhs.Name; this.Paras = rhs.Paras; @@ -42,6 +43,11 @@ public string Name { get; set; } /// <summary> /// 所属类别ID /// </summary> public long CatalogID { get; set; } /// <summary> /// 参数 /// </summary> public string Paras { get; set; }