From e37b6f2ca026097b83da3ec989cb0d454cceddad Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 19 十二月 2024 14:13:22 +0800 Subject: [PATCH] 压力表整改 --- Service/HStation.Service.Assets.Core/01-entity/12-Compressor/AssetsCompressorPropContent.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/12-Compressor/AssetsCompressorPropContent.cs b/Service/HStation.Service.Assets.Core/01-entity/12-Compressor/AssetsCompressorPropContent.cs index eaf9390..c212578 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/12-Compressor/AssetsCompressorPropContent.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/12-Compressor/AssetsCompressorPropContent.cs @@ -7,7 +7,7 @@ /// </summary> [SysType("assets_compressor_part_prop_content")] [SugarTable("assets_compressor_part_prop_content")] - public class AssetsCompressorPropContent : BaseEntity, System.ICloneable + public class AssetsCompressorPropContent : BaseEntity, ITagName, System.ICloneable { public AssetsCompressorPropContent() { } @@ -33,6 +33,11 @@ public string PropValue { get; set; } /// <summary> + /// 鏍囩 + /// </summary> + public string TagName { get; set; } + + /// <summary> /// /// </summary> public AssetsPumpMain Clone() -- Gitblit v1.9.3