|
@@ -46,14 +46,6 @@ public class GameLottery {
|
|
|
this.gameDate = gameDate;
|
|
|
}
|
|
|
|
|
|
- public Integer getIsLottery() {
|
|
|
- return isLottery;
|
|
|
- }
|
|
|
-
|
|
|
- public void setIsLottery(Integer isLottery) {
|
|
|
- this.isLottery = isLottery;
|
|
|
- }
|
|
|
-
|
|
|
public String getGameLotteryDate() {
|
|
|
return gameLotteryDate;
|
|
|
}
|