ProdWorkstationConditionListReq.php 255 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * request
  4. * @author auto create
  5. */
  6. class ProdWorkstationConditionListReq
  7. {
  8. /**
  9. * 站位code列表
  10. **/
  11. public $prod_workstation_code_list;
  12. /**
  13. * 租户ID
  14. **/
  15. public $tenant_id;
  16. /**
  17. * userid
  18. **/
  19. public $userid;
  20. }
  21. ?>