PrintVmClearRequest.php 205 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * 请求对象
  4. * @author auto create
  5. */
  6. class PrintVmClearRequest
  7. {
  8. /**
  9. * 微应用agentId,ISV必填
  10. **/
  11. public $agent_id;
  12. /**
  13. * 流程code
  14. **/
  15. public $process_code;
  16. }
  17. ?>