消费详情接口

This commit is contained in:
许晓东
2021-10-11 21:11:27 +08:00
parent 2baf8d093e
commit 338101396f
5 changed files with 116 additions and 4 deletions

View File

@@ -18,4 +18,6 @@ public interface ConsumerService {
ResponseData deleteConsumerGroup(String groupId);
ResponseData getConsumerMembers(String groupId);
ResponseData getConsumerDetail(String groupId);
}