consumer group search and delete function

This commit is contained in:
许晓东
2021-09-11 16:19:13 +08:00
parent d36791e600
commit 968d053bcd
8 changed files with 101 additions and 43 deletions

View File

@@ -14,5 +14,5 @@ public class QueryConsumerGroupDTO {
private String groupId;
private List<String> State;
private List<String> states;
}