OpenUserInfo.php 143 B

123456789101112131415
  1. <?php
  2. /**
  3. * 外部出行人列表
  4. * @author auto create
  5. */
  6. class OpenUserInfo
  7. {
  8. /**
  9. * 出行人名称
  10. **/
  11. public $user_name;
  12. }
  13. ?>