ningshuxia
2025-03-17 ecac1f13b6d1ad22b69687197ee49836d3a84220
WinFrmUI/HStation.WinFrmUI.Auth.Core/03-user/UserAccountViewModel.cs
@@ -1,5 +1,4 @@
using System.ComponentModel.DataAnnotations;
using Yw.Vmo;
namespace HStation.WinFrmUI
{
@@ -8,10 +7,10 @@
        public UserAccountViewModel()
        { }
        public UserAccountViewModel(Yw.Vmo.UserLoginAccountStdVmo rhs)
        public UserAccountViewModel(Yw.Vmo.UserLoginAccountVmo rhs)
        {
            this.ID = rhs.ID;
            this.LoginType = rhs.LoginType;
            //this.LoginType = rhs.LoginTypeID
            this.Identifier = rhs.Identifier;
            this.IfVerified = rhs.IfVerified;
        }