ProdWorkstationWorkerCheckReq.php 285 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * request
  4. * @author auto create
  5. */
  6. class ProdWorkstationWorkerCheckReq
  7. {
  8. /**
  9. * 站位code
  10. **/
  11. public $prod_workstation_code;
  12. /**
  13. * 租户ID
  14. **/
  15. public $tenant_id;
  16. /**
  17. * userid
  18. **/
  19. public $userid;
  20. /**
  21. * 工号
  22. **/
  23. public $work_no;
  24. }
  25. ?>