| | |
| | | private String detail; |
| | | |
| | | @ApiModelProperty(value = "商品年份") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private String years; |
| | | |
| | |
| | | @ApiModelProperty(value = "分享图片") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private String sharePic; |
| | | |
| | | @ApiModelProperty(value = "订单id") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private Long orderId; |
| | | |
| | | @ApiModelProperty(value = "订单编号") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private String orderNo; |
| | | |
| | | @ApiModelProperty(value = "保证金") |
| | | private BigDecimal bond; |
| | | |
| | | } |