<?php namespace app\index\controller; use think\Request; use think\Db; class Index extends \think\Controller { public function model(){ dump('building'); } public function agent(){ dump('building'); } }