06 2022 档案

摘要://得到所有的菜单数据 List<FunctionJson> indoMenu = getList()// 得到所有的父菜单,顶级菜单 List<FunctionJson> parentIds = indoMenu.stream().filter(item -> item.getFid().equa 阅读全文
posted @ 2022-06-23 18:03 xxfcode 阅读(799) 评论(0) 推荐(0) 编辑
摘要:先看代码 //NoticeUserInfo 这个对象有 name,phone,mail这个几个属性 //正常数据 (针对这个list去重)List<NoticeUserInfo> normalUserInfo = new ArrayList<>(); Set<NoticeUserInfo> play 阅读全文
posted @ 2022-06-17 10:43 xxfcode 阅读(134) 评论(0) 推荐(0) 编辑