Add OpenXava

This commit is contained in:
2024-03-24 23:00:47 +01:00
parent 2002d29d0b
commit 8dc83d7511
856 changed files with 37005 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
@Entity
public class Basket extends Sport {
@Embedded
public Collection<QuartTemps> quarttempss ;
}