显示抛出
This commit is contained in:
@@ -38,7 +38,7 @@ public interface OrderInfoService extends IService<OrderInfo> {
|
||||
|
||||
HistoryOrderVo historyOrder(Long orderId, String tableCode) throws CzgException;
|
||||
|
||||
OrderInfo createOrder(OrderInfoAddDTO param) throws ValidateException;
|
||||
OrderInfo createOrder(OrderInfoAddDTO param) throws ValidateException, CzgException;
|
||||
|
||||
OrderInfo checkOrderPay(CheckOrderPay param) throws OrderValidateException, OrderCancelException, CzgException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user