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