duheng
2024-12-11 423b9511a9ce98fe36a235d5d2ab0d5a8e66238e
WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs
@@ -19,7 +19,7 @@
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            if (rhs.Material == null)
            if (rhs.Material == null || rhs.Material == string.Empty)
            {
                this.Material = "默认";
            }
@@ -47,7 +47,7 @@
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            if (rhs.Material == null)
            if (rhs.Material == null || rhs.Material == string.Empty)
            {
                this.Material = "默认";
            }
@@ -62,7 +62,6 @@
            this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss;
            this.MinorLoss = rhs.MinorLoss;
            this.Description = rhs.Description;
        }
        /// <summary>