Explorar o código

update: system_user添加area_id 所在地

gaohp hai 1 ano
pai
achega
3551bc9396

+ 3 - 0
feifan-module-system/feifan-module-system-biz/src/main/java/cn/newfeifan/mall/module/system/controller/admin/user/vo/user/UserSaveReqVO.java

@@ -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")