duheng
2024-07-10 2a41fffc9f962999ba163c3b471873b6b96f05bc
WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/00-ViewModel/SysTypeTreeListViewModel.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Xhs.Project/05-CatlogManage/00-ViewModel/TypeTreeListViewModel.cs 修改
@@ -1,12 +1,10 @@
锘縰sing DevExpress.XtraCharts.Native;
using Yw;
using Yw.Dto;
锘縰sing Yw.Dto;
namespace HStation.WinFrmUI.Xhs
namespace HStation.WinFrmUI.Basic
{
    public class TypeTreeListViewModel
    public class SysTypeTreeListViewModel
    {
        public TypeTreeListViewModel(SysTypeLogicalTreeDto rhs)
        public SysTypeTreeListViewModel(SysTypeLogicalTreeDto rhs)
        {
            var Module = rhs.LogicalModel as SysModuleStdDto;
            this.ID = Module.ID;
@@ -15,7 +13,7 @@
            this.Description = Module.Description;
        }
        public TypeTreeListViewModel(LogicalTreeExDto rhs)
        public SysTypeTreeListViewModel(LogicalTreeExDto rhs)
        {
            var systype = rhs.LogicalModel as SysTypeStdDto;
            this.ParentID = systype.ModuleID;