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