소스 검색

websocket

kk 9 달 전
부모
커밋
bd9c820de4
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      game-business/src/main/java/com/game/business/domain/GameLottery.java

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