@@ -17,4 +17,9 @@ public class CcRefundDto {
private Long remainDays;
private BigDecimal deductMoney;
+
+ /**
+ * 是否可售后
+ */
+ private Boolean isAfterSales = true;
}