feat: 社区
parent
484c99504a
commit
d97050a4ef
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue