Dto/HStation.Dto.Assets.Core/00-Pump/06-PumpPropContent/PumpPropContentDto.cs
@@ -13,6 +13,7 @@ this.PropID = rhs.PropID; this.PartID = rhs.PartID; this.PropValue = rhs.PropValue; this.TagName = rhs.TagName; } /// <summary> @@ -44,5 +45,10 @@ /// 属性值 /// </summary> public string PropValue { get; set; } /// <summary> /// 标签 /// </summary> public string TagName { get; set; } } }