IoDetail.php 266 B

12345678910111213141516
  1. <?php
  2. namespace app\admin\controller;
  3. class IoDetail extends BaseAuthorized
  4. {
  5. public function page()
  6. {
  7. return $this->IoDetailService()->page();
  8. }
  9. public function transits()
  10. {
  11. return $this->IoDetailService()->transits();
  12. }
  13. }