This commit is contained in:
2025-10-14 09:48:33 +08:00
parent d268c69ade
commit 8aed3e5aac
7 changed files with 395 additions and 316 deletions

View File

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