补充pure用户头像上传功能

This commit is contained in:
tyjctl
2024-09-24 14:44:06 +08:00
parent 38e112fb06
commit 8e66a9880c
5 changed files with 50 additions and 14 deletions

View File

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