<?php namespace app\admin\model\institution; use think\Model; class InsMonitoring extends Model { // 表名 protected $table = 'ins_monitoring'; // 设置当前模型的数据库连接 protected $connection = [ // 数据库表前缀 'prefix' => '', ]; }