public virtual void ApplyEntity(AccountResponse account) { this.AccountId = account.AccountId; this.AccountName = account.AccountName; this.Name = account.Name; this.ProfileImage = account.ProfileImage; this.ProfileThumbnail = account.ProfileThumbnail; this.Sex = account.Sex; this.IdentityNum = account.IdentityNum; this.PhoneNum = account.PhoneNum; this.Email = account.Email; }
public override void ApplyEntity(AccountResponse account) { base.ApplyEntity(account); }
public override void ApplyEntity(AccountResponse account) { this.Token = account.Token; this.LastLoginDateTime = account.LastLoginDateTime; base.ApplyEntity(account); }