duheng
2024-12-04 935a8a4996853c51188402c57f905ee9c9eac898
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/10-Meter/MeterSingleMatchingViewModel.cs
@@ -10,9 +10,7 @@
        public MeterSingleMatchingViewModel(Vmo.AssetsMeterMainVmo rhs)
        {
            this.Caliber = rhs.Caliber;
            this.ID = rhs.ID;
            this.Material = rhs.Material;
            this.ModelType = rhs.Name;
            this.MinorLoss = rhs.MinorLoss;
        }