This commit is contained in:
chenyanchang
2026-06-03 15:16:41 +08:00
parent fec3d6eb64
commit 3e8b1d63f3
24 changed files with 198 additions and 37 deletions

View File

@@ -199,4 +199,7 @@ public class Job extends BaseEntity
@TableField(exist = false)
@ApiModelProperty("申请人列表")
private List<AppUser> applyUsers;
@ApiModelProperty("审核状态")
private String reviewStatus;
}