Skip to content
Snippets Groups Projects

Mise en place de l'interface internationalisée des menus pour repository

Merged VARLOTEAUX Lucile requested to merge test-champs-comment into to_master
Files
53
@@ -13,6 +13,7 @@ import java.util.UUID;
@ToString(callSuper = true)
public class Application extends OreSiEntity {
private String name;
private String comment;
private List<String> referenceType;
private List<String> dataType;
private Configuration configuration;
Loading