MemeberOpenInfo.php 137 B

123456789101112131415
  1. <?php
  2. /**
  3. * 参会人列表
  4. * @author auto create
  5. */
  6. class MemeberOpenInfo
  7. {
  8. /**
  9. * 参会人userid
  10. **/
  11. public $userid;
  12. }
  13. ?>