From 26917739c47252ecdc3b8f43eca6ebaf9cba6ac4 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 10 十二月 2024 15:17:04 +0800 Subject: [PATCH] 提交报告修改 --- Dto/HStation.Dto.Assets.Core/11-Exchanger/04-ExchangerPropContent/ExchangerPropContentDto.cs | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Dto/HStation.Dto.Assets.Core/11-Exchanger/04-ExchangerPropContent/ExchangerPropContentDto.cs b/Dto/HStation.Dto.Assets.Core/11-Exchanger/04-ExchangerPropContent/ExchangerPropContentDto.cs index 5e2d627..a128018 100644 --- a/Dto/HStation.Dto.Assets.Core/11-Exchanger/04-ExchangerPropContent/ExchangerPropContentDto.cs +++ b/Dto/HStation.Dto.Assets.Core/11-Exchanger/04-ExchangerPropContent/ExchangerPropContentDto.cs @@ -13,6 +13,7 @@ this.PropID = rhs.PropID; this.PartID = rhs.PartID; this.PropValue = rhs.PropValue; + this.TagName = rhs.TagName; } /// <summary> @@ -21,17 +22,17 @@ public long ID { get; set; } /// <summary> - /// 娉电郴鍒桰D + /// 绯诲垪ID /// </summary> public long SeriesID { get; set; } /// <summary> - /// 娉靛瀷鍙稩D + /// 鍨嬪彿ID /// </summary> public long MainID { get; set; } /// <summary> - /// 娉典骇鍝両D + /// 浜у搧ID /// </summary> public long PartID { get; set; } @@ -44,5 +45,10 @@ /// 灞炴�у�� /// </summary> public string PropValue { get; set; } + + /// <summary> + /// 鏍囩 + /// </summary> + public string TagName { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3