Service/HStation.Service.Revit.Core/04-service/01-json/RevitJsonHelper.cs
@@ -2868,7 +2868,7 @@ if (jobject[RevitJsonProp.Press].MatchNumeric(out double press)) { pressmeter.CurrentPress = press; pressmeter.CurrentPress = Yw.Pump.CalculationHelper.Mpa2M(press); } else { Service/HStation.Service.Revit.Core/HStation.Service.Revit.Core.csproj
@@ -7,7 +7,8 @@ </PropertyGroup> <ItemGroup> <PackageReference Include="Yw.Untity.Core" Version="3.0.2" /> <PackageReference Include="Yw.Pump.Core" Version="3.1.2" /> <PackageReference Include="Yw.Untity.Core" Version="3.0.3" /> </ItemGroup> </Project>