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