增加字段

This commit is contained in:
sunxiqing 2025-01-06 16:43:04 +08:00
parent d941d753a5
commit 2d5bdbd1c5

View File

@ -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;
}