Továbbfejlesztés

This commit is contained in:
2025-04-04 12:42:47 +02:00
parent de8b95eda1
commit 5b1f7fb642
15 changed files with 1130 additions and 164 deletions
+2
View File
@@ -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>();
}
}