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