添加热招岗位

This commit is contained in:
zk
2026-07-28 19:22:31 +08:00
parent 7fcc20a15b
commit 786b4840be
4 changed files with 13 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ CREATE TABLE `bg_recruit_announcement` (
`company_intro` TEXT NULL COMMENT '公司简介',
`target_audience` VARCHAR(500) NULL COMMENT '面向对象,如2027届本硕博',
`major_require` VARCHAR(500) NULL COMMENT '专业要求',
`recruit_position` VARCHAR(1000) NULL COMMENT '招聘岗位',
`remark` VARCHAR(1000) NULL COMMENT '备注',
`written_exam` VARCHAR(16) NULL COMMENT '是否笔试:有 / 无 / 未明确',
`apply_start_time` DATETIME NULL COMMENT '投递开始时间',