ProcessQueryRequest.php 202 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * 入参
  4. * @author auto create
  5. */
  6. class ProcessQueryRequest
  7. {
  8. /**
  9. * 审批模板code
  10. **/
  11. public $process_code;
  12. /**
  13. * 审批实例id
  14. **/
  15. public $process_instance_id;
  16. }
  17. ?>