duheng
2024-11-12 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212
WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/01-series/AssetsPipeSeriesViewModel.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/01-series/PipeLineSeriesViewModel.cs 修改
@@ -1,17 +1,19 @@
锘縰sing DevExpress.XtraRichEdit.Model.History;
using Yw.Untity;
namespace HStation.WinFrmUI.Assets
{
    public class PipeLineSeriesViewModel
    public class AssetsPipeSeriesViewModel
    {
        public PipeLineSeriesViewModel()
        public AssetsPipeSeriesViewModel()
        {
        }
        public PipeLineSeriesViewModel(Vmo.AssetsPipeSeriesVmo rhs)
        public AssetsPipeSeriesViewModel(Vmo.AssetsPipeSeriesVmo rhs)
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds);
            this.Description = rhs.Description;
        }
@@ -19,6 +21,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds);
            this.Description = rhs.Description;
        }