style: 💄 code format (#109)

[skip ci]
This commit is contained in:
2024-04-26 16:35:11 +08:00
committed by GitHub
parent fc40170009
commit a330495624
16 changed files with 23 additions and 19 deletions

View File

@ -67,8 +67,8 @@ public record CreateUserProfileReq : Sys_UserProfile
public override string GraduateSchool { get; init; }
/// <inheritdoc cref="Sys_UserProfile.Height" />
[Range(100, 250)]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(100, 250)]
public override int? Height { get; init; }
/// <inheritdoc cref="Sys_UserProfile.HomeAddress" />