直接上效果图: 其实很简单,但是网上说的乱七八糟,实在看不下去了。 修改配置 D:\ProjectsWechat\KiddoPath.vscode\launch.json "configurations": [ { "name": "Listen for Xdebug", "type": "php", "request": "launch", "log": true, "port": 9004 }, .... ...
生成内容如下: <?php namespace app\model; use support\Model; class MsDspNotice extends Model { protected $table = 'ms_notice'; // 其他模型配置... protected $primaryKey = 'id'; protected $fillable = [ ...