购物车迁入
This commit is contained in:
14
app/common/MqLog.php
Normal file
14
app/common/MqLog.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\model;
|
||||
|
||||
use ba\Random;
|
||||
use think\Model;
|
||||
|
||||
/**
|
||||
* 错误日志
|
||||
*/
|
||||
class MqLog extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user