duheng
2025-03-28 e411302bca8857e102443a5250c82b9580ef07a3
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveSeriesViewModel.cs
@@ -1,7 +1,4 @@
using DevExpress.XtraRichEdit.Model.History;
using Yw.Untity;
namespace HStation.WinFrmUI.Assets
namespace HStation.WinFrmUI.Assets
{
    public class AssetsValveSeriesViewModel
    {
@@ -13,7 +10,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds);
            this.ParentID = rhs.ParentID;
            this.Description = rhs.Description;
        }
@@ -21,7 +18,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds);
            this.ParentID = rhs.ParentID;
            this.Description = rhs.Description;
        }