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