Shuxia Ning
2024-12-09 f97b3ccbfd63b62ec875223fcc417633f6ce2989
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; }