出厂设备表新增字段-设备运行状态
This commit is contained in:
@@ -107,7 +107,7 @@ public class EquipmentDeliveryController extends BaseController {
|
||||
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@PostMapping("/updateStatusBynDid")
|
||||
@ApiOperation("根据网关id调整设备状态")
|
||||
@ApiOperation("根据网关id调整设备接入状态")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = "nDId", value = "网关id", required = true),
|
||||
@ApiImplicitParam(name = "status", value = "状态", required = true)
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
package com.njcn.csdevice.controller.equipment;
|
||||
|
||||
|
||||
import com.njcn.web.controller.BaseController;
|
||||
import io.swagger.annotations.Api;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author xuyang
|
||||
* @since 2023-06-29
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/mqttUser")
|
||||
@AllArgsConstructor
|
||||
@Slf4j
|
||||
@Api(tags = "MqttUser录入")
|
||||
public class MqttUserController extends BaseController {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user