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