Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/AssetsExchangerPropContent.cs
@@ -7,7 +7,7 @@ /// </summary> [SysType("assets_exchanger_part_prop_content")] [SugarTable("assets_exchanger_part_prop_content")] public class AssetsExchangerPropContent : BaseEntity, System.ICloneable public class AssetsExchangerPropContent : BaseEntity, ITagName, System.ICloneable { public AssetsExchangerPropContent() { } @@ -33,6 +33,11 @@ public string PropValue { get; set; } /// <summary> /// 标签 /// </summary> public string TagName { get; set; } /// <summary> /// /// </summary> public AssetsPumpMain Clone()