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