OpenCostCenterSetEntityRq.php 261 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * 请求对象
  4. * @author auto create
  5. */
  6. class OpenCostCenterSetEntityRq
  7. {
  8. /**
  9. * 企业id
  10. **/
  11. public $corpid;
  12. /**
  13. * 人员信息列表
  14. **/
  15. public $entity_list;
  16. /**
  17. * 第三方成本中心id
  18. **/
  19. public $thirdpart_id;
  20. }
  21. ?>