JobExtDataVo.php 253 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * 扩展数据
  4. * @author auto create
  5. */
  6. class JobExtDataVo
  7. {
  8. /**
  9. * 职位来源渠道
  10. **/
  11. public $channel;
  12. /**
  13. * 全职扩展数据
  14. **/
  15. public $full_time_ext_data;
  16. /**
  17. * 招募人数
  18. **/
  19. public $head_count;
  20. }
  21. ?>