OpenCostCenterSetEntityRs.php 301 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * 结果对象
  4. * @author auto create
  5. */
  6. class OpenCostCenterSetEntityRs
  7. {
  8. /**
  9. * 增加的人员信息条数
  10. **/
  11. public $add_num;
  12. /**
  13. * 删除的人员信息条数
  14. **/
  15. public $remove_num;
  16. /**
  17. * 该成本中心下员工总数
  18. **/
  19. public $selected_user_num;
  20. }
  21. ?>