AtSectionVo.php 145 B

123456789101112131415
  1. <?php
  2. /**
  3. * 班次打卡时间段,最多
  4. * @author auto create
  5. */
  6. class AtSectionVo
  7. {
  8. /**
  9. * 时间段列表
  10. **/
  11. public $times;
  12. }
  13. ?>