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("rectifierPowerCtrl")
|
@Api(tags = "大功率整流电源-控制状态")
|
public class RectifierPowerCtrlController {
|
|
|
}
|