duheng
2024-12-05 6d4874f6d9c271c67d72a62f08985c71f7f8bfac
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 = "默认";
            }
@@ -62,7 +62,6 @@
            this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss;
            this.MinorLoss = rhs.MinorLoss;
            this.Description = rhs.Description;
        }
        /// <summary>