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