feat: 社区

feature/resource
yang 2025-01-17 19:10:20 +08:00
parent 484c99504a
commit d97050a4ef
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ import java.util.List;
@RestController @RestController
@RequestMapping("community") @RequestMapping("community")
@RequiredArgsConstructor @RequiredArgsConstructor
@Api(tags = "社区管理")
public class CommunityController { public class CommunityController {
private final CommunityService communityService; private final CommunityService communityService;