修改查询企业接口-企业中返回招聘岗位

This commit is contained in:
sh
2025-11-12 18:40:53 +08:00
parent 0e636c03da
commit 51592eb9bf
2 changed files with 18 additions and 0 deletions

View File

@@ -123,4 +123,10 @@ public class Company extends BaseEntity
@ApiModelProperty("法人联系方式")
private String legalPhone;
/**
* 岗位列表
*/
@TableField(exist = false)
private List<JobDTO> jobList;
}