cjl
2023-07-27 44251a92dc85a93eff59704b40b07830bde8d16f
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);
}