fix 修复 提交错误

Signed-off-by: 疯狂的狮子Li <15040126243@163.com>
2.X
疯狂的狮子Li 2023-08-09 15:58:24 +00:00 committed by Gitee
parent 185cdab7b7
commit e926953de0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import java.util.List;
@Validated @Validated
@RequiredArgsConstructor @RequiredArgsConstructor
@RestController @RestController
@RequestMapping("/system/post") @RequestMapping("/post")
public class SysPostController extends BaseController { public class SysPostController extends BaseController {
private final ISysPostService postService; private final ISysPostService postService;