退款 现金退款 会员退款

This commit is contained in:
2025-02-25 17:39:17 +08:00
parent dc8bf6ed33
commit 7a9742cad9
2 changed files with 23 additions and 3 deletions

View File

@@ -46,6 +46,10 @@ public class OrderInfoRefundDTO implements Serializable {
* 如果自定义退款金额 则金额不进行校验 直接退款
*/
private boolean modify;
/**
* 是否是现金退款
*/
private boolean cash;
private String refundReason;