whycxzp
2021-02-27 b6da124c01878800d2061e4e29d4f0bb6a7b94e4
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.whyc.controller;
 
import io.swagger.annotations.Api;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
 
@RestController
@RequestMapping("afeRectifier")
@Api(tags = "afe变频器-整流器的数据信息")
public class AFERectifierController {
 
 
}