<?php
namespace Admin\Controller;

use Think\Think;

class ShiftTaskController extends Think {

    public function test()
    {
        
    }
}