删除已下单商品接口

This commit is contained in:
张松
2025-03-29 14:19:40 +08:00
parent 38e2956537
commit fa36cd135f
4 changed files with 32 additions and 0 deletions

View File

@@ -58,4 +58,6 @@ public interface OrderInfoService extends IService<OrderInfo> {
Boolean printOrder(Long shopId, OrderInfoPrintDTO orderInfoPrintDTO);
Boolean removeOrderDetail(Long shopId, Long orderId, Long detailId);
}