duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
Service/HStation.Service.Assets.Core/02-model/01-Pump/AssetsPumpSeries.cs
ÎļþÃû´Ó Service/HStation.Service.Assets.Core/02-model/01-PumpMain/PumpSeries.cs ÐÞ¸Ä
@@ -6,7 +6,7 @@
    /// æ³µç³»åˆ—
    /// </summary>
    [SysType("assets_pump_series")]
    public class AssetsPumpSeries : BaseModel, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable
    public class AssetsPumpSeries : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        public AssetsPumpSeries()
        { }
@@ -20,7 +20,6 @@
            this.CatalogID = rhs.CatalogID;
            this.TagName = rhs.TagName;
            this.MotorFrequency = rhs.MotorFrequency;
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -34,7 +33,6 @@
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -63,11 +61,6 @@
        /// æ ‡å¿—
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        /// ä½¿ç”¨çŠ¶æ€
        /// </summary>
        public eUseStatus UseStatus { get; set; }
        /// <summary>
        /// æŽ’序码