@@ -61,6 +61,7 @@ public class RegisterUserAccountParam {
@Schema(description = "用户类型", hidden = true)
private UserType userType = UserType.Consumer;
+ @Schema(description = "用户状态")
private UserState state;
}