RpcResult.php 123 B

123456789101112131415
  1. <?php
  2. /**
  3. * 返回模型
  4. * @author auto create
  5. */
  6. class RpcResult
  7. {
  8. /**
  9. * 分页模型
  10. **/
  11. public $data;
  12. }
  13. ?>