package com.whyc.controller;
|
|
import io.swagger.annotations.Api;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RestController;
|
|
@RequestMapping("devUpdate")
|
@RestController
|
@Api(tags = "设备升级")
|
public class DevUpdateStateController {
|
}
|