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