|
@@ -51,6 +51,9 @@ public class UserSaveReqVO {
|
|
|
@Schema(description = "用户头像", example = "https://www.zhongxing.cn/xxx.png")
|
|
|
private String avatar;
|
|
|
|
|
|
+ @Schema(description = "所在地", example = "26117")
|
|
|
+ private Long areaId;
|
|
|
+
|
|
|
// ========== 仅【创建】时,需要传递的字段 ==========
|
|
|
|
|
|
@Schema(description = "密码", requiredMode = Schema.RequiredMode.REQUIRED, example = "123456")
|