kaiyu
2021-05-20 e7bc156f901b06e5af54cfe86fe53e7491af7b7f
screen-api/src/main/java/com/moral/api/service/UserGroupService.java
@@ -16,7 +16,7 @@
 */
public interface UserGroupService extends IService<UserGroup> {
    void allotGroups(Map<String, Object> parameters, String token);
    void allotGroups(Map<String, Object> parameters);
    List<Integer> getGroupIds(Integer userId);
}