EmpUpdateByCustomParam.php 198 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * 编辑花名册入参
  4. * @author auto create
  5. */
  6. class EmpUpdateByCustomParam
  7. {
  8. /**
  9. * 花名册分组
  10. **/
  11. public $groups;
  12. /**
  13. * 员工userId
  14. **/
  15. public $userid;
  16. }
  17. ?>