显示抛出

This commit is contained in:
2025-11-17 11:49:38 +08:00
parent 495d1412bb
commit 9c9d07809a
2 changed files with 3 additions and 3 deletions

View File

@@ -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;