<?php namespace app\common\model; use think\Model; /** * Description of Dict * * @author sgq */ class Dict extends Model { protected $table = "new_talent_dict"; }