duheng
2025-03-28 9be9ba4e159969fb5e32648c2c34e912ccc3ae6d
WinFrmUI/HStation.WinFrmUI.Auth.Core/02-role/RoleViewModel.cs
@@ -17,7 +17,7 @@
        /// <summary>
        ///
        /// </summary>
        public RoleViewModel(Yw.Vmo.Role rhs)
        public RoleViewModel(Yw.Vmo.RoleVmo rhs)
        {
            this.ID = rhs.ID;
            this.CorpID = rhs.CorpID;
@@ -31,7 +31,7 @@
        /// <summary>
        ///
        /// </summary>
        public void Reset(Yw.Vmo.Role rhs)
        public void Reset(Yw.Vmo.RoleVmo rhs)
        {
            this.ID = rhs.ID;
            this.CorpID = rhs.CorpID;
@@ -79,6 +79,6 @@
        /// <summary>
        ///
        /// </summary>
        public Yw.Vmo.Role Vmo { get; set; }
        public Yw.Vmo.RoleVmo Vmo { get; set; }
    }
}