duheng
2024-11-12 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212
WinFrmUI/HStation.WinFrmUI.Assets.Core/08-sprinkler/02-main/SprinklerViewModel.cs
ÎļþÃû´Ó WinFrmUI/HStation.WinFrmUI.Assets.Core/08-nozzle/02-main/SprinklerViewModel.cs ÐÞ¸Ä
@@ -30,7 +30,7 @@
            }
            this.Name = rhs.Name;
            this.SortCode = rhs.SortCode;
            this.KeyWord = rhs.KeyWord;
            this.KeyWord = string.Join(",", rhs.KeyWord);
            this.MinorLoss = rhs.MinorLoss;
            this.Angle = rhs.Angle;
            this.FlowMinorLoss = rhs.FlowMinorLoss;
@@ -57,7 +57,7 @@
            }
            this.Description = rhs.Description;
            this.Name = rhs.Name;
            this.KeyWord = rhs.KeyWord;
            this.KeyWord = string.Join(",", rhs.KeyWord);
            this.SortCode = rhs.SortCode;
            this.MinorLoss = rhs.MinorLoss;
            this.Angle = rhs.Angle;
@@ -116,7 +116,7 @@
        /// </summary>
        [DisplayName("关键字")]
        [Browsable(true)]
        public List<string> KeyWord { get; set; }
        public string KeyWord { get; set; }
        /// <summary>
        /// æŽ’序码