You've already forked FrameTour-BE
订单详情
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user