DeptCreateResponse.php 131 B

123456789101112131415
  1. <?php
  2. /**
  3. * 成功信息
  4. * @author auto create
  5. */
  6. class DeptCreateResponse
  7. {
  8. /**
  9. * 部门ID
  10. **/
  11. public $dept_id;
  12. }
  13. ?>