Service/HStation.Service.Assets.Core/05-service/16-Meter/03-MeterCoefficient/AssetsMeterCoefficient_Instance.cs
@@ -1,11 +1,10 @@ namespace HStation.Service { /// <summary> /// 水池系数 /// 水表系数 ///</summary> public partial class AssetsMeterCoefficient { //Entity to GetModel internal static Model.AssetsMeterCoefficient Entity2Model(Entity.AssetsMeterCoefficient entity) { @@ -59,6 +58,5 @@ ).CreateMapper(); mapper.Map(model, entity); } } }