增加字段
This commit is contained in:
parent
d941d753a5
commit
2d5bdbd1c5
@ -90,4 +90,8 @@ public class UserSaveReqVO {
|
||||
@Schema(description = "当userType为学生时 0 学生 1学员,当userType为教师时 0 教师 1培训教师", example = "1")
|
||||
private Integer statusType;
|
||||
|
||||
@Schema(description = "状态 0 正常 1 禁用", example = "1")
|
||||
private Integer status;
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user