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