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/08-Valve/AssetsValveSeries.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/02-model/08-Valve/AssetsValveSeries.cs b/Service/HStation.Service.Assets.Core/02-model/08-Valve/AssetsValveSeries.cs index 3c3359c..553399f 100644 --- a/Service/HStation.Service.Assets.Core/02-model/08-Valve/AssetsValveSeries.cs +++ b/Service/HStation.Service.Assets.Core/02-model/08-Valve/AssetsValveSeries.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; @@ -34,6 +35,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; @@ -48,6 +50,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