DeptListSubIdResponse.php 163 B

123456789101112131415
  1. <?php
  2. /**
  3. * 子部门信息
  4. * @author auto create
  5. */
  6. class DeptListSubIdResponse
  7. {
  8. /**
  9. * 子部门列表
  10. **/
  11. public $dept_id_list;
  12. }
  13. ?>