| | |
| | | @ApiModelProperty(value = "配送单号") |
| | | private String deliveryNo; |
| | | |
| | | @ApiModelProperty(value = "退款时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date refundTime; |
| | | |
| | | @ApiModelProperty(value = "退款金额") |
| | | private BigDecimal refundAmount; |
| | | |
| | | @ApiModelProperty(value = "规格名称") |
| | | private String goodsAttrName; |
| | | |
| | | @ApiModelProperty(value = "购买数量") |
| | | private Integer amount; |
| | | |
| | | @ApiModelProperty(value = "商品规格价格") |
| | | private BigDecimal goodsAttrPrice; |
| | | |
| | | @ApiModelProperty(value = "商品规格图") |
| | | private String goodsAttrPic; |
| | | } |