refactor: 修改接口文档顺序
This commit is contained in:
@@ -19,7 +19,7 @@ import org.springframework.web.multipart.MultipartFile;
|
|||||||
* @author Ray
|
* @author Ray
|
||||||
* @since 2022/10/16
|
* @since 2022/10/16
|
||||||
*/
|
*/
|
||||||
@Tag(name = "07.文件接口")
|
@Tag(name = "08.文件接口")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/api/v1/files")
|
@RequestMapping("/api/v1/files")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import java.util.List;
|
|||||||
* @author Ray
|
* @author Ray
|
||||||
* @since 2.9.0
|
* @since 2.9.0
|
||||||
*/
|
*/
|
||||||
@Tag(name = "08.字典数据接口")
|
@Tag(name = "07.字典数据接口")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/api/v1/dict-data")
|
@RequestMapping("/api/v1/dict-data")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
|
|||||||
Reference in New Issue
Block a user