mybatispagehelp嵌套分页处理

1.定义嵌套vo类

/**
 * 用户中心,我的订单列表VO
 */
public class MyOrdersVO {
   
    private String orderId;
    private Date createdTime;
    private Integer payMethod;
    private Integer realPayAmount;
    private Integer postAmount

你可能感兴趣的:(项目实战功能应用,java,mybatispagehelp,分页)