package controller.admin;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import util.core.MethodUtil;
@Controller
@RequestMapping("/admin/SystemInfo/")
public class SystemInfoControllerAdmin extends BaseController{
private MethodUtil util=new MethodUtil();
@RequestMapping("index.html")
public String index(){
return "/admin/SystemInfo/index";
}
}
最近下载更多
sjwc88 LV4
6月11日
GakkiMarryMe LV9
3月25日
k94v3c0017588 LV1
2月27日
微信网友_7269098639953920 LV2
2024年11月25日
java小书童 LV18
2024年7月9日
Seaskye LV14
2023年11月4日
DDDDDDAY LV1
2023年6月5日
辛利伟 LV7
2023年3月2日
janefilion LV3
2023年2月19日
342436 LV1
2022年12月5日

最近浏览