WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/09-Tank/TankSingleMatchingViewModel.cs
@@ -8,7 +8,6 @@ this.Name = rhs.Name; this.Description = rhs.Description; this.SortCode = rhs.SortCode; this.ID = rhs.ID; this.Name = rhs.Name; this.Description = rhs.Description; this.SeriesID = rhs.SeriesID; @@ -58,7 +57,7 @@ /// <summary> /// 是否允许溢流 /// </summary> [DisplayName("是否允许溢流")] [DisplayName("是否溢流")] [Browsable(true)] public bool OverFlow { get; set; }