ListUserByDeptResponse.php 159 B

123456789101112131415
  1. <?php
  2. /**
  3. * 返回结果
  4. * @author auto create
  5. */
  6. class ListUserByDeptResponse
  7. {
  8. /**
  9. * 用户id列表
  10. **/
  11. public $userid_list;
  12. }
  13. ?>