Merge remote-tracking branch 'origin/main'

This commit is contained in:
tuanvu
2025-09-19 10:53:46 +02:00
7 changed files with 35 additions and 0 deletions

View File

@@ -14,4 +14,12 @@ public class Choix extends Reponse{
super();
}
public ArrayList<String> getChoix() {
return this.choix;
}
public void setChoix(ArrayList<String> choix) {
this.choix = choix;
}
}