添加字段设置简历公开、保密状态,并添加对应方法

This commit is contained in:
chenshaohua
2026-07-13 17:35:41 +08:00
parent f6aee05682
commit fa4b5db5c5
4 changed files with 37 additions and 1 deletions

View File

@@ -176,6 +176,9 @@ public class AppUser extends BaseEntity
@ApiModelProperty("用户类型,以逗号分隔")
private String userType;
@ApiModelProperty("简历公开保密状态 1公开 2保密")
private String resumeStatus;
//匹配描述
@TableField(exist = false)
private String matchLevelDesc;