123456789101112131415161718192021 |
- package com.gyee.power.fitting.controller.gf;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * <p>
- * 气象站名称 前端控制器
- * </p>
- *
- * @author wang
- * @since 2023-10-04
- */
- @RestController
- @RequestMapping("/proBasicWeatherStation")
- public class ProBasicWeatherStationController {
- }
|