<?php
namespace app\common\model;
use ba\Random;
use think\Model;
/**
* 错误日志
*/
class MqLog extends Model
{
}