岗位列表添加犯规学历要求
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<id column="id" property="id"/>
|
||||
<result column="title" property="title"/>
|
||||
<result column="salary" property="salary"/>
|
||||
<result column="education" property="education"/>
|
||||
<result column="tags" property="tags" typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler"/>
|
||||
<result column="source_url" property="sourceUrl"/>
|
||||
<result column="required_industry_id" property="requiredIndustryId"/>
|
||||
@@ -33,6 +34,7 @@
|
||||
j.id,
|
||||
j.title,
|
||||
j.salary,
|
||||
j.education,
|
||||
j.tags,
|
||||
j.source_url,
|
||||
j.required_industry_id,
|
||||
|
||||
Reference in New Issue
Block a user