<?php
namespace app\admin\controller;

use think\Controller;
use think\Db;

class Base extends Controller
{
    protected function initialize()
    {
        parent::initialize();

    }




}