You've already forked FrameTour-BE
关联关系修改
This commit is contained in:
@ -38,4 +38,6 @@ public interface OrderMapper {
|
||||
OrderAppRespVO appDetail(Long id);
|
||||
|
||||
List<OrderRespVO> refundList(OrderReqQuery query);
|
||||
|
||||
List<OrderItemEntity> listOrderItemByOrderId(Long orderId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user