12345678910111213141516171819202122232425262728293031323334353637 |
- package com.gyee.generation.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- @RestController
- @RequestMapping("//pro-econ-wpwind-day-info")
- public class ProEconWpwindDayInfoController {
- }
|