幸运数字-首页-vo-jackpot
This commit is contained in:
@@ -28,5 +28,7 @@ public class LuckyNumberActRoundVo {
|
||||
private Integer luckyNumber;
|
||||
@ApiModelProperty(value = "投入")
|
||||
private BigDecimal price;
|
||||
@ApiModelProperty(value = "当天jackpot")
|
||||
private BigDecimal jackpot;
|
||||
|
||||
}
|
||||
|
@@ -86,6 +86,7 @@ public class LuckyNumberActService {
|
||||
vo.setNumberList(playerInputNumberList);
|
||||
vo.setPlayerNum(round.getPlayerNum());
|
||||
vo.setLuckyNumber(round.getLuckyNumber());
|
||||
vo.setJackpot(round.getJackpot());
|
||||
return vo;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user