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