duheng
2024-09-25 4fcba32251505d3e3978e2c6a1103a6a0e0a0834
WinFrmUI/HStation.WinFrmUI.Assets.Core/05-ValveManage/00-ViewModel/ValveMainViewModel.cs
@@ -12,7 +12,14 @@
            this.CreateName = rhs.CreateName;
            this.Description = rhs.Description;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;//mm
            if (rhs.Caliber == null)
            {
                this.Caliber = "默认";
            }
            else
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            this.Coefficient = rhs.Coefficient;
            this.SeriesID = rhs.SeriesID;
            this.Type = rhs.Type;
@@ -27,7 +34,14 @@
            this.CreateName = rhs.CreateName;
            this.Description = rhs.Description;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;//mm
            if (rhs.Caliber == null)
            {
                this.Caliber = "默认";
            }
            else
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            this.Coefficient = rhs.Coefficient;
            this.SeriesID = rhs.SeriesID;
            this.Type = rhs.Type;