!49 pure补充头像上传逻辑

Merge pull request !49 from tyjctl/abp
This commit is contained in:
橙子
2024-10-07 07:02:36 +00:00
committed by Gitee
5 changed files with 42 additions and 15 deletions

View File

@@ -3,5 +3,6 @@
public class UpdateIconDto
{
public string? Icon { get; set; }
public Guid? UserId { get; set; }
}
}