专家处理
This commit is contained in:
+3
@@ -20,6 +20,9 @@ public class ConDoctorUserVO {
|
||||
@Schema(title = "用户账号")
|
||||
private String username;
|
||||
|
||||
@Schema(title = "用户姓名")
|
||||
private String realname;
|
||||
|
||||
@Schema(title = "用户密码")
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
private String password;
|
||||
|
||||
Reference in New Issue
Block a user