|
|
@ -199,7 +199,7 @@ public class DcDeviceController extends BaseController { |
|
|
|
* @param response 响应 |
|
|
|
* @param iotDevice 导入数据结果 |
|
|
|
*/ |
|
|
|
@PreAuthorize("@ss.hasPermi('iot:device:export')") |
|
|
|
// @PreAuthorize("@ss.hasPermi('iot:device:export')")
|
|
|
|
@Log(title = "导出设备", businessType = BusinessType.EXPORT) |
|
|
|
@PostMapping("export") |
|
|
|
public void exportDevice(HttpServletResponse response, DcDevice iotDevice) { |
|
|
|