lixiaojun
2025-03-12 3e2dd57ff0e7bddf72836d93208b53f0e3db22c4
WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/00-ViewModel/PumpMainViewModel.cs
@@ -1,4 +1,4 @@
namespace HStation.WinFrmUI.Xhs.PumpProduct
namespace HStation.WinFrmUI
{
    public class AssetsPumpMainViewModel
    {
@@ -13,6 +13,7 @@
            this.D2 = rhs.D2;
            this.Name = rhs.Name;
            this.TagName = rhs.TagName;
            this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.SortCode = rhs.SortCode;
            this.RatedSpeed = rhs.RatedSpeed;
            this.RatedHead = rhs.RatedHead;
@@ -24,13 +25,14 @@
        public void Reset(Vmo.AssetsPumpMainVmo rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.PumpSeriesID = rhs.SeriesID;
            this.RatedPower = rhs.RatedPower;
            this.RatedEfficiency = rhs.RatedEfficiency;
            this.Erosion = rhs.Erosion;
            this.D2 = rhs.D2;
            this.Name = rhs.Name;
            this.TagName = rhs.TagName;
            this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.SortCode = rhs.SortCode;
            this.RatedSpeed = rhs.RatedSpeed;
            this.RatedHead = rhs.RatedHead;
@@ -62,7 +64,7 @@
        /// <summary>
        /// 标签
        /// </summary>
        public List<string> Flags { get; set; }
        public string Flags { get; set; }
        /// <summary>
        /// 标志