A small question about the usage of the MyBatis paging plug-in PageHelper

see the use of the PageHelper paging plug-in in a project

Mar.09,2021

productList returns a Page object, and Page object declaration:
Page

Page ArrayList Page List


PageInfo :


if (list instanceof Page) List Page Page productList Page PageInfo setList PageInfo VO


Menu