feat(api): добавлено поле lastLogon в таблицы Users, Hosts

This commit is contained in:
Mikhail Trubnikov
2023-12-06 11:08:14 +10:00
parent 437b1a4e7c
commit 052312738e
10 changed files with 5825 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
public string Description { get; set; } = string.Empty;
public DateTimeOffset? LastLogon { get; set; }
public List<RoleResponse>? Roles { get; set; }
}
}