|
@ -375,11 +375,11 @@ public class DeviceManageEndpoint extends EnvelopRestEndpoint {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@GetMapping("findDmDeviceDict")
|
|
|
@GetMapping("findDmDeviceDictName")
|
|
|
@ApiOperation("查询设备名称以及型号")
|
|
|
public ObjEnvelop findDmDeviceDict(){
|
|
|
public ObjEnvelop findDmDeviceDictName(){
|
|
|
|
|
|
return ObjEnvelop.getSuccess("查询成功",deviceManageService.findDmDeviceDict()) ;
|
|
|
return ObjEnvelop.getSuccess("查询成功",deviceManageService.findDmDeviceDictName()) ;
|
|
|
|
|
|
}
|
|
|
}
|