//对应分组的数据,需要在ViewModel中处理每一个组的数据 class NotificationGroupData{ String? groupId; List<String>? groupDatas=[]; }