PermitResultVo.php 196 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * PermitResultVo
  4. * @author auto create
  5. */
  6. class PermitResultVo
  7. {
  8. /**
  9. * action列表
  10. **/
  11. public $open_action_results;
  12. /**
  13. * 是否有权限
  14. **/
  15. public $permit;
  16. }
  17. ?>