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