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