<?php namespace app\model; use think\Model; class VisitLimit extends Model { protected $table = "jm_api_visit"; }