岗位归集添加zpzrs(招聘总人数)和rlzyjg(人力资源机构)

This commit is contained in:
sh
2026-03-25 17:32:16 +08:00
parent c26c8fca73
commit 3d5e3f2e29
2 changed files with 30 additions and 9 deletions

View File

@@ -52,4 +52,12 @@ public class StaticsJob {
@Excel(name = "零工投递简历数")
@ApiModelProperty("零工投递简历数")
private String lgtdjls;
@Excel(name = "招聘总人数")
@ApiModelProperty("招聘总人数")
private String zpzrs;
@Excel(name = "人力资源机构")
@ApiModelProperty("人力资源机构")
private String rlzyjg;
}