摘要: //排序 JPAQuery<Customer> orderBy = customer.orderBy(QCustomer.qcustomer.createTime.desc()); //分页 JPAQuery<Customer> limit = orderBy.offset(customerInpu 阅读全文
posted @ 2022-08-27 23:42 Arborblog 阅读(147) 评论(0) 推荐(0) 编辑
摘要: @Data public class RestPage<T> implements Serializable { /** * */ private static final long serialVersionUID = 1L; //元素内容 private List<T> content; //是 阅读全文
posted @ 2022-08-27 23:38 Arborblog 阅读(74) 评论(0) 推荐(0) 编辑