ningshuxia
2025-03-13 982cde7e9372dc218f23b204265d8e54f7e9ce4f
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveSeriesViewModel.cs
@@ -1,6 +1,4 @@
using DevExpress.XtraRichEdit.Model.History;
namespace HStation.WinFrmUI.Assets
namespace HStation.WinFrmUI.Assets
{
    public class AssetsValveSeriesViewModel
    {
@@ -12,6 +10,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = rhs.ParentID;
            this.Description = rhs.Description;
        }
@@ -19,6 +18,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = rhs.ParentID;
            this.Description = rhs.Description;
        }