This commit is contained in:
chenyanchang
2026-06-25 17:54:48 +08:00
parent a33b3988a5
commit 3d08387561
11 changed files with 60 additions and 17 deletions

View File

@@ -202,4 +202,6 @@ public class Job extends BaseEntity
@ApiModelProperty("审核状态")
private String reviewStatus;
//简历是否被查看
private String isView;
}