You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
736 B

3 years ago
  1. {
  2. "name": "OrganismeFormation",
  3. "fields": [
  4. {
  5. "fieldName": "nom",
  6. "fieldType": "String"
  7. },
  8. {
  9. "fieldName": "telephone",
  10. "fieldType": "String"
  11. },
  12. {
  13. "fieldName": "adresse",
  14. "fieldType": "String"
  15. },
  16. {
  17. "fieldName": "description",
  18. "fieldType": "String"
  19. }
  20. ],
  21. "relationships": [],
  22. "changelogDate": "20210618095841",
  23. "entityTableName": "organisme_formation",
  24. "dto": "mapstruct",
  25. "pagination": "pagination",
  26. "service": "serviceClass",
  27. "jpaMetamodelFiltering": false,
  28. "fluentMethods": true,
  29. "readOnly": false,
  30. "embedded": false,
  31. "clientRootFolder": "organismeFormation",
  32. "applications": "*",
  33. "microserviceName": "OrganismeFormation"
  34. }