AuthInfo.php 127 B

123456789101112131415
  1. <?php
  2. /**
  3. * auth_info
  4. * @author auto create
  5. */
  6. class AuthInfo
  7. {
  8. /**
  9. * agent
  10. **/
  11. public $agent;
  12. }
  13. ?>