<?php /** * 测试数据队列 */ namespace app\common\util\QueueHelp; class TestMq { var $test_id = ''; // 测试id var $test_name = ''; // 测试名 var $test_type = ''; // 测试类型 }