风采增加删除功能。

This commit is contained in:
冯辉
2026-07-07 21:20:15 +08:00
parent 4bee20d892
commit 480e909072
3 changed files with 34 additions and 6 deletions

View File

@@ -46,4 +46,18 @@ public class File extends BaseEntity
@ApiModelProperty("审核时间")
private String reviewTime;
/** --- 以下为 JOIN 查询 transient 字段,非 file 表列 --- */
@TableField(exist = false)
@ApiModelProperty("用户名称")
private String userName;
@TableField(exist = false)
@ApiModelProperty("用户类型0企业 1求职者 2网格员 3政府人员")
private String userType;
@TableField(exist = false)
@ApiModelProperty("用户手机号码")
private String userPhone;
}