<?php
/**
* @Created by PhpStorm.
* @Author:Soar
* @Time:2023/11/16 13:46
*/
namespace app\index\service;
use think\Loader;
use traits\controller\Jump;
Loader::import('controller/Jump', TRAIT_PATH, EXT);
class Service
{
use Jump;
}