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/12-Compressor/AssetsCompressorSeries.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/02-model/12-Compressor/AssetsCompressorSeries.cs b/Service/HStation.Service.Assets.Core/02-model/12-Compressor/AssetsCompressorSeries.cs index 54782d2..e91364c 100644 --- a/Service/HStation.Service.Assets.Core/02-model/12-Compressor/AssetsCompressorSeries.cs +++ b/Service/HStation.Service.Assets.Core/02-model/12-Compressor/AssetsCompressorSeries.cs @@ -19,6 +19,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; @@ -31,6 +32,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; @@ -45,6 +47,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