RobotMsgStatPageResponse.php 174 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * result
  4. * @author auto create
  5. */
  6. class RobotMsgStatPageResponse
  7. {
  8. /**
  9. * list
  10. **/
  11. public $list;
  12. /**
  13. * pagination
  14. **/
  15. public $pagination;
  16. }
  17. ?>