<?php namespace app\common\controller; use think\Controller; /** * 后台控制器基类 */ class Backend extends Controller{ }