<?php namespace app\admin\model\live\room; use think\Model; class Log extends Model { // 表名 protected $table = 'live_room_log'; }