移动端-添加人力资源机构列表查询

This commit is contained in:
chenshaohua
2026-07-11 21:04:36 +08:00
parent 52a528f118
commit 78ecff8435
4 changed files with 18 additions and 1 deletions

View File

@@ -127,6 +127,9 @@ public class Company extends BaseEntity
@ApiModelProperty("是否下架(0上架1下架)")
private String companyStatus;
@ApiModelProperty("是否人力资源机构(0是,否)")
private String isHrs;
/**
* 岗位列表
*/