| | |
| | | private AuctionTypeEnum type; |
| | | |
| | | @ApiModelProperty(value = "保证金") |
| | | private BigDecimal bound; |
| | | private BigDecimal bond; |
| | | |
| | | @ApiModelProperty(value = "实名认证 0=不需认证 1=需要实名") |
| | | private AuthenticationEnum authentication; |
| | |
| | | |
| | | @ApiModelProperty(value = "拍卖场封面图") |
| | | private String coverPic; |
| | | |
| | | @ApiModelProperty(value = "用户端拍卖场封面图") |
| | | private String clientCoverPic; |
| | | |
| | | @ApiModelProperty(value = "分享标题") |
| | | private String shareTitle; |
| | |
| | | @ApiModelProperty(value = "拍卖场编码") |
| | | private String auctionSalesroomNo; |
| | | |
| | | @ApiModelProperty(value = "拍卖场二维码") |
| | | private String qrCode; |
| | | |
| | | @ApiModelProperty(value = "创建时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private LocalDateTime createTime; |