duheng
2024-12-04 ca1ccd0dd9f2d6936368f07d14a2b29b309fd151
Service/HStation.Service.Assets.Core/02-model/16-Meter/AssetsMeterCoefficient.cs
@@ -1,8 +1,9 @@
using Yw.Model;
namespace HStation.Model
{
    /// <summary>
    /// 水池系数
    /// 水表系数
    ///</summary>
    [SysType("assets-meter-coefficient")] 
    public class AssetsMeterCoefficient : BaseModel , System.ICloneable
@@ -10,7 +11,8 @@
         /// <summary>
         ///
         /// </summary>
         public AssetsMeterCoefficient() { }
        public AssetsMeterCoefficient()
        { }
         /// <summary>
         ///
@@ -35,7 +37,6 @@
            this.MinorLoss=rhs.MinorLoss;
         }
         
        /// <summary>
        /// 名称 
        ///</summary>
@@ -56,7 +57,6 @@
        ///</summary>
        public double MinorLoss { get; set; }
         
        /// <summary>
        ///
        /// </summary>
@@ -69,10 +69,5 @@
        {
         return this.MemberwiseClone();
        }
    }
}