12345678910111213141516171819202122232425 |
- <?php
- /**
- * request
- * @author auto create
- */
- class ProdWorkstationConditionListReq
- {
-
- /**
- * 站位code列表
- **/
- public $prod_workstation_code_list;
-
- /**
- * 租户ID
- **/
- public $tenant_id;
-
- /**
- * userid
- **/
- public $userid;
- }
- ?>
|