mall:优化商品收藏的分页接口

This commit is contained in:
YunaiV
2023-11-19 00:58:12 +08:00
parent 867293a4f9
commit c7a21b2a64
7 changed files with 23 additions and 46 deletions

View File

@ -139,4 +139,5 @@ public interface BaseMapperX<T> extends MPJBaseMapper<T> {
// 转换返回
return new PageResult<>(mpPage.getRecords(), mpPage.getTotal());
}
}