* Date: 2018-4-3 */ namespace app\plugins\model; use think\Model; use think\Db; /** * 模型 */ class MakemHtml extends Model { //初始化 protected function initialize() { // 需要调用`Model`的`initialize`方法 parent::initialize(); } }