This commit is contained in:
zhangchenbiao
2024-03-12 15:00:52 +08:00
parent f32367168d
commit 8ef2ce766d

View File

@@ -23,7 +23,7 @@ import java.util.List;
@RequestMapping("news")
@Api(tags = "动态")
@Slf4j
public class ContentController {
public class NewsContentController {
@Autowired
private ContentService contentService;