mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 21:45:08 +08:00
申请退款dto
This commit is contained in:
@@ -7,11 +7,14 @@ import lombok.NoArgsConstructor;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 申请退款dto
|
||||
*/
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
@Builder
|
||||
public class WeChatRefundDTO {
|
||||
public class ApplyRefundDTO {
|
||||
/**
|
||||
* 会员id
|
||||
*/
|
||||
Reference in New Issue
Block a user