<?php namespace app\admin\model\special; use think\Model; class Contact extends Model { // 表名 protected $table = 'special_contact'; }