QueryCourseOption.php 163 B

123456789101112131415
  1. <?php
  2. /**
  3. * 查询选项
  4. * @author auto create
  5. */
  6. class QueryCourseOption
  7. {
  8. /**
  9. * 是否连带查询课堂信息
  10. **/
  11. public $b_fetch_classrooms;
  12. }
  13. ?>