|
|
@ -70,6 +70,9 @@ public class LotteryUserAPPVO implements Serializable {
|
|
|
|
@ApiModelProperty(value = "区域编码")
|
|
|
|
@ApiModelProperty(value = "区域编码")
|
|
|
|
private String regionCode;
|
|
|
|
private String regionCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "演出时间")
|
|
|
|
|
|
|
|
private String showTime;
|
|
|
|
|
|
|
|
|
|
|
|
public LotteryUserAPPVO() {
|
|
|
|
public LotteryUserAPPVO() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -87,7 +90,7 @@ public class LotteryUserAPPVO implements Serializable {
|
|
|
|
this.avatar = avatar;
|
|
|
|
this.avatar = avatar;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public LotteryUserAPPVO(String id, String lotteryId, String userId, Integer regionId, Integer result, LocalDateTime createTime, LocalDateTime updateTime, String createUser, String updateUser, String nickName, String avatar, Integer popup, String regionName, String regionCode) {
|
|
|
|
public LotteryUserAPPVO(String id, String lotteryId, String userId, Integer regionId, Integer result, LocalDateTime createTime, LocalDateTime updateTime, String createUser, String updateUser, String nickName, String avatar, Integer popup, String regionName, String regionCode, String showTime) {
|
|
|
|
this.id = id;
|
|
|
|
this.id = id;
|
|
|
|
this.lotteryId = lotteryId;
|
|
|
|
this.lotteryId = lotteryId;
|
|
|
|
this.userId = userId;
|
|
|
|
this.userId = userId;
|
|
|
@ -102,5 +105,6 @@ public class LotteryUserAPPVO implements Serializable {
|
|
|
|
this.popup = popup;
|
|
|
|
this.popup = popup;
|
|
|
|
this.regionName = regionName;
|
|
|
|
this.regionName = regionName;
|
|
|
|
this.regionCode = regionCode;
|
|
|
|
this.regionCode = regionCode;
|
|
|
|
|
|
|
|
this.showTime = showTime;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|