refactor: 代码优化

This commit is contained in:
haoxr
2024-12-01 21:30:09 +08:00
parent 4fba72d336
commit 631025e540
10 changed files with 106 additions and 96 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.web.bind.annotation.*;
* @author youlaitech
* @since 2024-08-27 10:31
*/
@Tag(name = "通知公告接口")
@Tag(name = "12.通知公告接口")
@RestController
@RequestMapping("/api/v1/notices")
@RequiredArgsConstructor