<?php
namespace app\common\model;
use think\Model;
/**
* 错误日志
*/
class MqLog extends Model
{
protected $prefix = 'tb_';
}