package com.whyc.controller; import io.swagger.annotations.Api; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @Api(tags = "环境监测") @RestController @RequestMapping("environmentInf") public class EnvironmentInfController { }