lixiaojun
2024-09-27 32b374b27fba81f58cd6dc0119aecc0a1414e7e9
WinFrmUI/HStation.WinFrmUI.Assets.Core/02-AdaptingManage/AdaptingViewModel.cs
@@ -14,7 +14,14 @@
            this.Coefficient = rhs.Coefficient;
            this.Material = rhs.Material;
            this.ID = rhs.ID;
            this.Caliber = rhs.Caliber;
            if (rhs.Caliber == null)
            {
                this.Caliber = "默认";
            }
            else
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            this.Description = rhs.Description;
            this.Name = rhs.Name;
            this.SortCode = rhs.SortCode;
@@ -26,7 +33,14 @@
            this.Coefficient = rhs.Coefficient;
            this.Material = rhs.Material;
            this.ID = rhs.ID;
            this.Caliber = rhs.Caliber;
            if (rhs.Caliber == null)
            {
                this.Caliber = "默认";
            }
            else
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            this.Description = rhs.Description;
            this.Name = rhs.Name;
            this.SortCode = rhs.SortCode;