<?php
namespace app\temperature\controller;

use think\Controller;
use think\facade\View;

class Base extends Controller
{

}