<?php namespace app\model; class PluginsToDoModel extends \think\Model { protected $name = 'plugins_todo'; protected $pk = 'id'; }