How to map a list using sublist as key and parent object as value

后端 未结 0 558
-上瘾入骨i
-上瘾入骨i 2021-01-29 14:32
public class User {
    private String userId;
    private String role;
    private List privileges;
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题