mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
2.0
This commit is contained in:
@@ -18,7 +18,7 @@ import java.io.IOException;
|
||||
*
|
||||
* @author tanghc
|
||||
*/
|
||||
@Api(tags = "文件下载")
|
||||
@Api(tags = "文件下载", position = 3)
|
||||
@Controller
|
||||
public class DownloadController {
|
||||
|
||||
|
@@ -23,7 +23,7 @@ import java.util.Collection;
|
||||
* @author tanghc
|
||||
*/
|
||||
@RestController
|
||||
@Api(tags = "文件上传")
|
||||
@Api(tags = "文件上传", position = 2)
|
||||
public class FileUploadDemoController {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user