user_ext.php 626 B

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