This commit is contained in:
南浔 2025-08-05 16:45:41 +08:00
commit 88380c3cc8

View File

@ -10,6 +10,7 @@ namespace Apimanager_backend.Dtos
public List<UserRole>? Roles { get; set; }
public bool IsBan { get; set; }
public decimal Balance { get; set; }
public string? Avatar { get; set; }
public DateTime Created { get; set; }
public List<UserPackage>? Packages { get; set; }
}