| | |
| | | @ApiModelProperty(value = "退单号") |
| | | private String returnNum; |
| | | |
| | | @ApiModelProperty(value = "订单状态") |
| | | private Integer returnStatus; |
| | | |
| | | @ApiModelProperty(value = "订单号") |
| | | private String orderNum; |
| | | |
| | | @ApiModelProperty(value = "支付类型") |
| | | private String payType; |
| | | |
| | | @ApiModelProperty(value = "用户") |
| | | private Long userId; |
| | | |
| | | @ApiModelProperty(value = "用户账号") |
| | | private String username; |
| | | |
| | | @ApiModelProperty(value = "门店ID") |
| | | private Long storeId; |
| | |
| | | @ApiModelProperty(value = "退款状态") |
| | | private String refundStatus; |
| | | |
| | | @ApiModelProperty(value = "审核状态") |
| | | private String auditStatus; |
| | | |
| | | @ApiModelProperty(value = "审核人") |
| | | private String auditUser; |
| | | private List<String> successTime; |