| | |
| | | @ApiModelProperty(value = "退单号") |
| | | private String returnNum; |
| | | |
| | | @NotNull |
| | | @ApiModelProperty(value = "退单状态") |
| | | private Integer returnStatus = 0; |
| | | |
| | | @NotBlank |
| | | @ApiModelProperty(value = "退单状态描述") |
| | | private String returnStatusDescribe; |
| | | |
| | | @NotBlank |
| | | @ApiModelProperty(value = "订单号") |
| | | private String orderNum; |
| | |
| | | @ApiModelProperty(value = "退款成功时间") |
| | | private String successTime; |
| | | |
| | | @ApiModelProperty(value = "退款渠道ORIGINAL: 原路退款BALANCE: 退回到余额OTHER_BALANCE: 原账户异常退到其他余额账户OTHER_BANKCARD: 原银行卡异常退到其他银行卡") |
| | | @ApiModelProperty(value = "退款渠道") |
| | | private String channel; |
| | | |
| | | @ApiModelProperty(value = "退款原因") |
| | | private String reason; |
| | | |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |
| | | |
| | | @ApiModelProperty(value = "图片") |
| | | private String photos; |
| | | |
| | | @ApiModelProperty(value = "审核状态") |
| | | private Integer auditStatus; |
| | | |
| | | @ApiModelProperty(value = "审核人") |
| | | private String auditUser; |
| | | |