From a2a57963e160a319276c5c8499f16c9809056e4c Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期日, 17 十一月 2024 21:54:55 +0800 Subject: [PATCH] 修改资产表 --- Service/HStation.Service.Assets.Core/02-model/06-PipeLine/AssetsPipeSeries.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/02-model/06-PipeLine/AssetsPipeSeries.cs b/Service/HStation.Service.Assets.Core/02-model/06-PipeLine/AssetsPipeSeries.cs index 6343f77..e8be824 100644 --- a/Service/HStation.Service.Assets.Core/02-model/06-PipeLine/AssetsPipeSeries.cs +++ b/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> + /// 鎵�灞炵被鍒獻D + /// </summary> + public long CatalogID { get; set; } + + /// <summary> /// 鍚嶇О /// </summary> public string Name { get; set; } -- Gitblit v1.9.3