mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
新增 批量退款临时接口
This commit is contained in:
@@ -6,6 +6,7 @@ import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 申请退款dto
|
||||
@@ -35,4 +36,9 @@ public class ApplyRefundDTO {
|
||||
* 退款金额
|
||||
*/
|
||||
private BigDecimal refundAmount;
|
||||
|
||||
/**
|
||||
* memberId 数组(批量退款)
|
||||
*/
|
||||
private List<String> memberIdList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user