<?php namespace app\model; use think\Model; //功能权限 class ActionModel extends Model { protected $table='fc_action'; protected $pk='id'; }