Shuxia Ning
2025-01-15 9eb94e9eec2e2e164698e34d0481d66093c8655b
WinFrmUI/HStation.WinFrmUI.Auth.Core/04-role-projcet-menu/RoleTreeListViewModel.cs
@@ -17,7 +17,7 @@
        /// <summary>
        ///
        /// </summary>
        public RoleTreeListViewModel(Yw.Vmo.Role rhs)
        public RoleTreeListViewModel(Yw.Vmo.RoleVmo rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
@@ -28,7 +28,7 @@
        /// <summary>
        ///
        /// </summary>
        public void Reset(Yw.Vmo.Role rhs)
        public void Reset(Yw.Vmo.RoleVmo rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
@@ -78,6 +78,6 @@
        /// <summary>
        ///
        /// </summary>
        public Yw.Vmo.Role Vmo { get; set; }
        public Yw.Vmo.RoleVmo Vmo { get; set; }
    }
}