退款接口修改

This commit is contained in:
2024-10-11 13:48:31 +08:00
parent c49088def2
commit fb7c22aacc
3 changed files with 4 additions and 1 deletions

View File

@@ -174,6 +174,6 @@ public class TbOrderInfoDto implements Serializable {
private BigDecimal seatAmount;
private String useType;
private TbCashierCart seatInfo;
private String refundRemark;
}