|
|
@ -88,6 +88,8 @@ public class LotteryAPPVO implements Serializable {
|
|
|
|
private BigDecimal price;
|
|
|
|
private BigDecimal price;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "发布时间")
|
|
|
|
@ApiModelProperty(value = "发布时间")
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
private LocalDateTime publishTime;
|
|
|
|
private LocalDateTime publishTime;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
@ -98,6 +100,7 @@ public class LotteryAPPVO implements Serializable {
|
|
|
|
@ApiModelProperty(value = "参与人数")
|
|
|
|
@ApiModelProperty(value = "参与人数")
|
|
|
|
private Long participateNum;
|
|
|
|
private Long participateNum;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private List<LotteryRegionDetailVO> lotteryRegionList;
|
|
|
|
|
|
|
|
|
|
|
|
public LotteryAPPVO() {
|
|
|
|
public LotteryAPPVO() {
|
|
|
|
|
|
|
|
|
|
|
|