package com.gyee.power.fitting.controller.gf; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 气象站名称 前端控制器 *

* * @author wang * @since 2023-10-04 */ @RestController @RequestMapping("/proBasicWeatherStation") public class ProBasicWeatherStationController { }