ProBasicWeatherStationController.java 385 B

123456789101112131415161718192021
  1. package com.gyee.power.fitting.controller.gf;
  2. import org.springframework.web.bind.annotation.RequestMapping;
  3. import org.springframework.web.bind.annotation.RestController;
  4. /**
  5. * <p>
  6. * 气象站名称 前端控制器
  7. * </p>
  8. *
  9. * @author wang
  10. * @since 2023-10-04
  11. */
  12. @RestController
  13. @RequestMapping("/proBasicWeatherStation")
  14. public class ProBasicWeatherStationController {
  15. }