订单详细

This commit is contained in:
2025-03-04 15:34:43 +08:00
parent 39c0e43ceb
commit 800dfd956d
4 changed files with 6 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ public interface OrderInfoService extends IService<OrderInfo> {
Page<OrderInfoVo> getOrderByPage(OrderInfoQueryDTO param);
CzgResult<Map<String, Object>> getOrderDetails(Long orderId);
CzgResult<HistoryOrderVo> getOrderDetails(Long orderId);
HistoryOrderVo historyOrder(Long orderId, String tableCode);