WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/01-project/HomeXhsProjectTreeViewModel.cs
@@ -1,4 +1,6 @@ namespace HStation.WinFrmUI using HStation.Vmo; namespace HStation.WinFrmUI { /// <summary> /// @@ -14,7 +16,7 @@ /// <summary> /// /// </summary> public HomeXhsProjectTreeViewModel(XhsProjectStdDto rhs, bool IsHave) public HomeXhsProjectTreeViewModel(XhsProjectVmo rhs, bool IsHave) { this.ID = rhs.ID; this.ParentID = rhs.ParentID; @@ -56,7 +58,7 @@ /// <summary> /// 项目 /// </summary> public XhsProjectStdDto Project { get; set; } public XhsProjectVmo Project { get; set; } /// <summary> /// 图标索引