| | |
| | | |
| | | @ApiModelProperty(value = "状态 0=预展中 1=拍卖中 2=已结束") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private AuctionGoodsStatusEnum goodsSkustatus; |
| | | private Integer goodsSkustatus; |
| | | |
| | | @ApiModelProperty(value = "拍卖时间(分钟)") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private String years; |
| | | |
| | | @ApiModelProperty(value = "最低加价金额") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private BigDecimal minimumMarkupAmount; |
| | | |
| | | @ApiModelProperty(value = "当前出价") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private BigDecimal presentBid; |
| | | |
| | | @ApiModelProperty(value = "最高出价") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private BigDecimal zgBid; |
| | | |
| | | |
| | | } |