lixiaojun
2024-09-24 cfe5793ec364b38ef9d775a5fdc769a56383d18b
WinFrmUI/HStation.WinFrmUI.Assets.Core/06-pipelineManage/PipeLineViewModel.cs
@@ -12,7 +12,14 @@
        {
            this.ID = rhs.ID;
            this.Description = rhs.Description;
            this.Caliber = rhs.Caliber;
            if (rhs.Caliber == null)
            {
                this.Caliber = "默认";
            }
            else
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            this.Material = rhs.Material;
            this.Hazen = rhs.Hazen;
            this.Darcy = rhs.Darcy;
@@ -27,7 +34,14 @@
            this.Hazen = rhs.Hazen;
            this.Darcy = rhs.Darcy;
            this.Manning = rhs.Manning;
            this.Caliber = rhs.Caliber;
            if (rhs.Caliber == null)
            {
                this.Caliber = "默认";
            }
            else
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            this.Material = rhs.Material;
            this.Description = rhs.Description;
            this.Name = rhs.Name;