dev2
WeiRan 2024-08-26 09:09:49 +08:00
parent 66407942c7
commit b1119319a4
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ public class ProductApiServiceImpl extends ServiceImpl<ProductApiMapper, Product
.map(product -> ProductListResp.productListRespbuild(product))
.toList();
return ProductTotalListResp.of(productListResps, count);
}