|
@@ -7,6 +7,7 @@ const { Secret } = require('naf-framework-mongoose/lib/model/schema');
|
|
|
const RecruitmentSchema = {
|
|
|
license: { type: String, required: true, maxLength: 200 }, // 信用代码
|
|
|
name: { type: String, required: true, maxLength: 500 }, // 招聘信息名称
|
|
|
+ column_id: { type: String, required: false, maxLength: 200 }, // 栏目id
|
|
|
salary: { type: String, required: false, maxLength: 200 }, // 职位月薪
|
|
|
job_nature: { type: String, required: false, maxLength: 200 }, // 工作性质,0-兼职,1-全职
|
|
|
profession: { type: String, required: false, maxLength: 500 }, // 公司名称
|