显式抛出
This commit is contained in:
@@ -2,6 +2,7 @@ package com.czg.order.service;
|
||||
|
||||
import cn.hutool.core.exceptions.ValidateException;
|
||||
import com.alibaba.fastjson2.JSONObject;
|
||||
import com.czg.exception.CzgException;
|
||||
import com.czg.exception.OrderCancelException;
|
||||
import com.czg.exception.OrderValidateException;
|
||||
import com.czg.order.dto.*;
|
||||
@@ -35,7 +36,7 @@ public interface OrderInfoService extends IService<OrderInfo> {
|
||||
|
||||
CzgResult<HistoryOrderPrintVo> getOrderByIdPrint(Long orderId);
|
||||
|
||||
HistoryOrderVo historyOrder(Long orderId, String tableCode);
|
||||
HistoryOrderVo historyOrder(Long orderId, String tableCode) throws CzgException;
|
||||
|
||||
OrderInfo createOrder(OrderInfoAddDTO param) throws ValidateException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user