init
This commit is contained in:
@@ -11,7 +11,5 @@ public class AlbumAddReq {
|
||||
private Long id;
|
||||
@Schema(description = "url")
|
||||
private String url;
|
||||
@Schema(description = "排序")
|
||||
private Integer orderBy;
|
||||
// private boolean first;
|
||||
}
|
||||
|
||||
@@ -12,4 +12,6 @@ public class GiveGuardReq {
|
||||
|
||||
@Schema(description = "赠送数量")
|
||||
private Long guardNum;
|
||||
@Schema(description = "赠送价格")
|
||||
private Long guardPrice;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ public class UserUpdateReq {
|
||||
@Schema(description = "用户ID",accessMode = Schema.AccessMode.READ_ONLY)
|
||||
private Long userId;
|
||||
@Schema(description = "城市")
|
||||
private String city;
|
||||
private Long city;
|
||||
@Schema(description = "昵称")
|
||||
private String nickname;
|
||||
@Schema(description = "生日")
|
||||
|
||||
Reference in New Issue
Block a user