| | |
| | | @Data |
| | | @ApiModel("") |
| | | @TableName("\"wx_bill_detail\"") |
| | | public class WxBillDetail { |
| | | public class WxBillDetail { |
| | | |
| | | @ApiModelProperty(value = "") |
| | | private String id; |
| | |
| | | private String outRefundNo; |
| | | |
| | | @ApiModelProperty(value = "退款金额", example = "1") |
| | | @ExcelColumn(name="退款金额",index = 6, width = 10,align = HorizontalAlignment.CENTER,dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | @ExcelColumn(name="退款金额",index = 7, width = 10,align = HorizontalAlignment.CENTER,dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private BigDecimal refundFee; |
| | | |
| | | @ApiModelProperty(value = "充值券退款金额", example = "1") |