fix: 修复头像更新覆盖问题

This commit is contained in:
陈淳
2023-02-23 14:38:31 +08:00
parent 93de208ac0
commit 05f5122c0b

View File

@@ -12,7 +12,6 @@ namespace Yi.RBAC.Application.Contracts.Identity.Dtos.User
{
public string? Name { get; set; }
public int? Age { get; set; }
public string? Icon { get; set; }
public string? Nick { get; set; }
public string? Email { get; set; }
public string? Address { get; set; }