duheng
2024-12-11 17a0baa0ef883689c73e3141d148a28a48d62cd6
Service/HStation.Service.Assets.Core/02-model/01-Pump/AssetsPumpPropContent.cs
@@ -6,7 +6,7 @@
    /// 泵属性值
    /// </summary>
    [SysType("assets_pump_part_prop_content")]
    public class AssetsPumpPropContent : BaseModel, System.ICloneable
    public class AssetsPumpPropContent : BaseModel, ITagName, System.ICloneable
    {
        public AssetsPumpPropContent()
        { }
@@ -18,6 +18,7 @@
            this.ID = rhs.ID;
            this.PartID = rhs.PartID;
            this.PropValue = rhs.PropValue;
            this.TagName = rhs.TagName;
        }
        public void Reset(AssetsPumpPropContent rhs)
@@ -27,6 +28,7 @@
            this.ID = rhs.ID;
            this.PartID = rhs.PartID;
            this.PropValue = rhs.PropValue;
            this.TagName = rhs.TagName;
        }
        /// <summary>
@@ -50,6 +52,11 @@
        public string PropValue { get; set; }
        /// <summary>
        /// 标签
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        ///
        /// </summary>
        public AssetsPumpMain Clone()