fix: 修复头像更新覆盖问题
This commit is contained in:
@@ -12,7 +12,6 @@ namespace Yi.RBAC.Application.Contracts.Identity.Dtos.User
|
|||||||
{
|
{
|
||||||
public string? Name { get; set; }
|
public string? Name { get; set; }
|
||||||
public int? Age { get; set; }
|
public int? Age { get; set; }
|
||||||
public string? Icon { get; set; }
|
|
||||||
public string? Nick { get; set; }
|
public string? Nick { get; set; }
|
||||||
public string? Email { get; set; }
|
public string? Email { get; set; }
|
||||||
public string? Address { get; set; }
|
public string? Address { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user