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