12345678910111213141516171819202122 |
- <?php
- return [
- 'Id' => '编号',
- 'Cid' => '企业编号',
- 'User_id' => '用户编号',
- 'Full_name' => '姓名',
- 'Vocation' => '职业',
- 'Education' => '学历',
- 'Education 0' => '小学以下',
- 'Education 1' => '小学',
- 'Education 2' => '初中',
- 'Education 3' => '高中/中专',
- 'Education 4' => '大专/高职',
- 'Education 5' => '本科',
- 'Education 6' => '研究生',
- 'Education 7' => '硕士',
- 'Education 8' => '博士',
- 'Education 9' => '博士后',
- 'Tel' => '固态电话',
- 'Address' => '居住地址'
- ];
|