修改岗位归集统计——添加企业总数和新增企业数。

This commit is contained in:
sh
2026-02-09 18:02:21 +08:00
parent 7cae221b18
commit f0f4ef749f
3 changed files with 22 additions and 3 deletions

View File

@@ -26,4 +26,6 @@ public class StaticsJob {
private String lggws;
@ApiModelProperty("零工招聘人数")
private String lgzprs;
@ApiModelProperty("新注册企业数")
private String xzcqys;
}