| | |
| | | @ApiModelProperty("手机号") |
| | | @ExcelColumn(name="手机号",index=16 ,width=10) |
| | | private String phone; |
| | | @ApiModelProperty("金额(元)") |
| | | @ExcelColumn(name="金额(元)",index=17 ,width=10) |
| | | @ApiModelProperty("金额(分)") |
| | | @ExcelColumn(name="金额(分)",index=17 ,width=10) |
| | | private BigDecimal money; |
| | | @ApiModelProperty("支付方式 0微信 1支付宝 2通联支付") |
| | | @ExcelColumn(name="支付方式 0微信 1支付宝 2通联支付",index=18 ,width=10) |
| | | private Integer payMethod; |
| | | @ApiModelProperty("通联交易流水(支付宝、微信等平台订单号)") |
| | | @ExcelColumn(name="通联交易流水(支付宝、微信等平台订单号)", width=10) |
| | | private String payThirdOrderId; |
| | | @ApiModelProperty("通联交易渠道数据(支付宝、微信、云闪付)") |
| | | @ExcelColumn(name="通联交易渠道数据(支付宝、微信、云闪付)", width=10) |
| | | private String payThirdOrderData; |
| | | @ApiModelProperty("通联交易手续费") |
| | | @ExcelColumn(name="通联交易手续费", width=10) |
| | | private String payFee; |
| | | @ApiModelProperty("通联交易结果说明") |
| | | @ExcelColumn(name="通联交易结果说明)", width=10) |
| | | private String payInfo; |
| | | @ApiModelProperty("通联交易流水") |
| | | @ExcelColumn(name="通联交易流水",index=19 ,width=10) |
| | | private String payOrderId; |
| | |
| | | @ApiModelProperty("取消状态 0处理中 1成功 2失败") |
| | | @ExcelColumn(name="取消状态 0处理中 1成功 2失败",index=25 ,width=10) |
| | | private Integer cancelStatus; |
| | | @ApiModelProperty("支付状态:0=未支付;1=已支付") |
| | | @ApiModelProperty("支付状态:0=未支付;1=已支付;") |
| | | @ExcelColumn(name="支付状态:0=未支付;1=已支付",index=26 ,width=10) |
| | | private Integer payStatus; |
| | | } |