|
@@ -74,4 +74,9 @@ public class MarkDocumentController {
|
|
markDocumentService.deleteById(id);
|
|
markDocumentService.deleteById(id);
|
|
ResultUtil.ok(true);
|
|
ResultUtil.ok(true);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @ApiOperation(value = "文档下载")
|
|
|
|
+ @RequestMapping(value = "/download", method = RequestMethod.POST)
|
|
|
|
+ public void download(@ApiParam(value = "文档ID", required = true) Long id) {
|
|
|
|
+ }
|
|
}
|
|
}
|