afterGetList method

void afterGetList(
  1. List<T> list,
  2. int pageNum
)

获取数据后

Implementation

void afterGetList(List<T> list, int pageNum) {}