OpenIndustryDeptInfo.php 331 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * details
  4. * @author auto create
  5. */
  6. class OpenIndustryDeptInfo
  7. {
  8. /**
  9. * 传统农村类型
  10. **/
  11. public $contact_type;
  12. /**
  13. * 部门ID
  14. **/
  15. public $dept_id;
  16. /**
  17. * 户
  18. **/
  19. public $dept_type;
  20. /**
  21. * 部门属性信息
  22. **/
  23. public $feature;
  24. /**
  25. * 部门名称
  26. **/
  27. public $name;
  28. }
  29. ?>