app_user添加email字段

This commit is contained in:
chenshaohua
2026-07-09 11:54:59 +08:00
parent 827bb8ddfc
commit 9f3260ab8d
3 changed files with 7 additions and 1 deletions

View File

@@ -100,6 +100,9 @@ public class AppUser extends BaseEntity
@ApiModelProperty("是否开启推荐0不推荐 1推荐")
private Integer isRecommend;
@ApiModelProperty("邮箱")
private String email;
@TableField(exist = false)
@ApiModelProperty("期望岗位列表")
private List<String> jobTitle;