删除已下单商品接口
This commit is contained in:
@@ -58,4 +58,6 @@ public interface OrderInfoService extends IService<OrderInfo> {
|
||||
|
||||
Boolean printOrder(Long shopId, OrderInfoPrintDTO orderInfoPrintDTO);
|
||||
|
||||
|
||||
Boolean removeOrderDetail(Long shopId, Long orderId, Long detailId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user