修改订单详情餐位费返回结构

This commit is contained in:
2024-10-23 11:12:31 +08:00
parent daccee5d04
commit bc7d2430ba
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ public class TbOrderInfoDto implements Serializable {
private Integer seatCount;
private BigDecimal seatAmount;
private String useType;
private TbCashierCart seatInfo;
private Object seatInfo;
private String refundRemark;
}