Service/HStation.Service.Assets.Core/01-entity/16-Meter/AssetsMeterCoefficient.cs
@@ -3,7 +3,7 @@ namespace HStation.Entity { /// <summary> /// 水池系数 /// 水表系数 ///</summary> [SysType("assets-meter-coefficient")] [SugarTable("assets_meter_coefficient")] @@ -12,7 +12,8 @@ /// <summary> /// /// </summary> public AssetsMeterCoefficient() { } public AssetsMeterCoefficient() { } /// <summary> /// @@ -47,7 +48,6 @@ ///</summary> public double MinorLoss { get; set; } /// <summary> /// /// </summary> @@ -60,10 +60,5 @@ { return this.MemberwiseClone(); } } }