This commit is contained in:
sh
2026-02-10 19:05:20 +08:00
parent 270e3c291d
commit 68347e1158
2 changed files with 12 additions and 2 deletions

View File

@@ -48,4 +48,8 @@ public class StaticsJob {
@Excel(name = "零工招聘人数")
@ApiModelProperty("零工招聘人数")
private String lgzprs;
@Excel(name = "零工投递简历数")
@ApiModelProperty("零工投递简历数")
private String lgtdjls;
}