AtScheduleListForTopVo.php 212 B

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