Merge branch 'dev' into prod
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.czg.order.service;
|
||||
|
||||
import cn.hutool.core.exceptions.ValidateException;
|
||||
import com.alibaba.fastjson2.JSONObject;
|
||||
import com.czg.exception.OrderCancelException;
|
||||
import com.czg.exception.OrderValidateException;
|
||||
@@ -36,7 +37,7 @@ public interface OrderInfoService extends IService<OrderInfo> {
|
||||
|
||||
HistoryOrderVo historyOrder(Long orderId, String tableCode);
|
||||
|
||||
OrderInfo createOrder(OrderInfoAddDTO param);
|
||||
OrderInfo createOrder(OrderInfoAddDTO param) throws ValidateException;
|
||||
|
||||
OrderInfo checkOrderPay(CheckOrderPay param) throws OrderValidateException, OrderCancelException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user