output users + roles
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace zero.Web.Models
|
||||
{
|
||||
public class UserListModel : ListModel
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public bool IsActive { get; set; }
|
||||
|
||||
public string Email { get; set; }
|
||||
|
||||
public string Roles { get; set; }
|
||||
|
||||
public string Avatar { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user