专家处理

This commit is contained in:
wanghao
2025-11-11 16:01:02 +08:00
parent 729fcef675
commit e9be1437ce
2 changed files with 18 additions and 1 deletions
@@ -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;