lizijie
2022-04-27 742a4e8efebdb071623af99896b6817f5aa311cc
screen-api/src/main/java/com/moral/api/service/GroupService.java
@@ -31,6 +31,6 @@
    Page<Group> selectGroups(Map<String, Object> parameters);
    //获取用户组(角色)
    List<Map<String, Object>> getGroupIds(Integer userId);
    Map<String, Object> getGroup(Integer userId);
}