creation des permiere class

This commit is contained in:
trochas
2025-09-17 12:38:07 +02:00
parent 150038422c
commit 8200165fc5
35 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package jpa.metier;
public class Question {
}

View File

@@ -0,0 +1,8 @@
package jpa.metier;
public abstract class Reponse {
String value;
}