SonarLint: Provide the parametrized type for this generic.
Raw use of parameterized class 'PageInfo'
Unchecked call to 'PageInfo(List<T>)' as a member of raw type 'com.github.pagehelper.PageInfo'
SonarLint: Provide the parametrized type for this generic.
原始使用参数化类'PageInfo'
未经审核的原始类型'com.github.pagehelper.PageInfo'的成员对'PageInfo(List <T>)'的调用
SonarLint:为此泛型提供参数化类型。
PageInfo<SysUser> pageInfo = new PageInfo<>(list);
还没有评论,来说两句吧...