浏览代码

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