this is 3.24 update
This commit is contained in:
parent
58a9791b54
commit
10cc960fb9
|
@ -42,6 +42,16 @@ public class UserUpdateRequest implements Serializable {
|
|||
@Schema(description = "用户角色(包括boss, admin, user, ban, 但只能一个超级管理员创建管理员)", example = "admin")
|
||||
private String userRole;
|
||||
|
||||
|
||||
/**
|
||||
* 用户积分
|
||||
*/
|
||||
@Schema(description = "积分")
|
||||
private Integer points;
|
||||
|
||||
|
||||
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user