WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/03-nozzle/SetHydroNozzleCalcuPrefixViewModel.cs
@@ -7,13 +7,13 @@ public SetHydroNozzleCalcuPrefixViewModel() { } public SetHydroNozzleCalcuPrefixViewModel(Yw.Model.HydroNozzleInfo rhs) { this.Name = rhs.Name; this.Name = rhs.Name; this.Coefficient = rhs.Coefficient; } [Display(Name = "名称")] public string Name { get; set; } public string Name { get; set; } [Display(Name = "喷射系数")] public double Coefficient { get; set; }