DeptListParentByUserResponse.php 178 B

123456789101112131415
  1. <?php
  2. /**
  3. * 成功数据信息
  4. * @author auto create
  5. */
  6. class DeptListParentByUserResponse
  7. {
  8. /**
  9. * 父部门列表集合
  10. **/
  11. public $parent_list;
  12. }
  13. ?>