This commit is contained in:
Zel
2025-02-25 23:06:02 +08:00
parent 8b415588bc
commit f8519c41bf
23 changed files with 161 additions and 140 deletions

View File

@@ -51,6 +51,7 @@ namespace ZelWiki.Models.ViewModels.Admin
public int PaginationPageSize { get; set; }
public int PaginationPageCount { get; set; }
[Display(Name = "角色")]
public string Role { get; set; } = string.Empty;
public static AccountProfileAccountViewModel FromDataModel(AccountProfile model)