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("rectifierPower")
|
@Api(tags = "大功率整流电源-数据信息")
|
public class RectifierPowerController {
|
|
|
}
|