ListLiveUserWhitelistResponse.php 157 B

123456789101112131415
  1. <?php
  2. /**
  3. * 直播对应的人员信息
  4. * @author auto create
  5. */
  6. class ListLiveUserWhitelistResponse
  7. {
  8. /**
  9. * 员工id
  10. **/
  11. public $user_id;
  12. }
  13. ?>