Error: the method getId() is undefined for the type List

后端 未结 4 1892
温柔的废话
温柔的废话 2021-01-24 08:51

I have a method to create a list of objects of class

public List initProducts(){
    List product = new ArrayList();         


        
4条回答
提交回复
热议问题