feat(api): добавлено поле lastLogon в таблицы Users, Hosts
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
public string Description { get; set; } = string.Empty;
|
||||
|
||||
public DateTimeOffset? LastLogon { get; set; }
|
||||
|
||||
public List<RoleResponse>? Roles { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user