Browse Source

websocket

kk 9 months ago
parent
commit
bd9c820de4

+ 0 - 8
game-business/src/main/java/com/game/business/domain/GameLottery.java

@@ -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;
     }