Továbbfejlesztés
This commit is contained in:
@@ -14,6 +14,8 @@ namespace WorkFlowCheck.Common.DTO
|
||||
public string UserName { get;set; } = null!;
|
||||
public string Password { get; set; }
|
||||
public string JwtToken { get; set; } = null!;
|
||||
public bool Active { get; set; }
|
||||
public bool NFCActive { get; set; }
|
||||
public ICollection<RoleDTO>? RoleDTO { get; set; } = new List<RoleDTO>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user