TestMq.php 207 B

123456789101112
  1. <?php
  2. /**
  3. * 测试数据队列
  4. */
  5. namespace app\common\util\QueueHelp;
  6. class TestMq {
  7. var $test_id = ''; // 测试id
  8. var $test_name = ''; // 测试名
  9. var $test_type = ''; // 测试类型
  10. }