申请退款dto

This commit is contained in:
2023-07-27 16:44:18 +08:00
parent 8cbaff5105
commit 36aa58bd6b
6 changed files with 26 additions and 23 deletions

View File

@@ -7,11 +7,14 @@ import lombok.NoArgsConstructor;
import java.math.BigDecimal;
/**
* 申请退款dto
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class WeChatRefundDTO {
public class ApplyRefundDTO {
/**
* 会员id
*/