wxapp/common/constant/paginate.js

8 lines
188 B
JavaScript
Raw Permalink Normal View History

2024-08-03 11:57:17 +00:00
export default {
content: [], // 列表数据
currentPage: 1, // 当前页码
totalPages: 1, // 最大页码
pageSize: 15, // 每页记录数
totalElements: 0, // 总记录数
}