PreEntryEmployeeAddParam.php 236 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * 添加待入职入参
  4. * @author auto create
  5. */
  6. class PreEntryEmployeeAddParam
  7. {
  8. /**
  9. * 所有组明细
  10. **/
  11. public $groups;
  12. /**
  13. * staff_id or userId用户在企业的唯一标识
  14. **/
  15. public $userid;
  16. }
  17. ?>