Skip to content

Commit 9ef0a55

Browse files
duiaproduiasuper
andauthored
feat:add UpdateUserBasicInfoModel Avatar (#674)
Co-authored-by: 宋 <[email protected]>
1 parent 4ddc39c commit 9ef0a55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BuildingBlocks/StackSdks/Auth/Masa.BuildingBlocks.StackSdks.Auth.Contracts/Model/UpdateUserBasicInfoModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ public class UpdateUserBasicInfoModel
1111

1212
public string DisplayName { get; set; } = "";
1313

14+
public string? Avatar { get; set; }
15+
1416
public GenderTypes Gender { get; set; }
1517

1618
public string? CompanyName { get; set; }

0 commit comments

Comments
 (0)