AtGroupListForTopVo.php 209 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * result
  4. * @author auto create
  5. */
  6. class AtGroupListForTopVo
  7. {
  8. /**
  9. * 考勤组列表
  10. **/
  11. public $groups;
  12. /**
  13. * 分页用,表示是否还有下一页
  14. **/
  15. public $has_more;
  16. }
  17. ?>