订单详情

This commit is contained in:
2025-01-03 16:46:16 +08:00
parent a91389ca99
commit 8e95d1b390
5 changed files with 69 additions and 142 deletions

View File

@ -31,7 +31,7 @@ public interface OrderMapper {
*/
int addOrderItems(List<OrderItemEntity> orderItems);
int getOrderCount(OrderReqQuery query);
int countByUserId(Long userId);
List<OrderAppRespVO> appList(OrderAppPageReq orderReqQuery);