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()