<?php namespace app\admin\model\match; use think\Model; class MatchType extends Model { // 表名 protected $name = 'match_type'; }