app/src/main/java/safeluck/drive/evaluation/DB/lightdb/LightQuestion.java
@@ -18,6 +18,8 @@ private int flag; private int wrong_code; public int getId() { return id; } @@ -34,7 +36,13 @@ this.question = question; } public int getWrong_code() { return wrong_code; } public void setWrong_code(int wrong_code) { this.wrong_code = wrong_code; } public int getFlag() { return flag;