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.

36 lines
844 B

3 years ago
  1. {
  2. "name": "DemandeRetraiteAnticipe",
  3. "fields": [
  4. {
  5. "fieldName": "idPersonnel",
  6. "fieldType": "Long"
  7. },
  8. {
  9. "fieldName": "statut",
  10. "fieldType": "Statut",
  11. "fieldValues": "EN,COURS,VALIDER,REFUSER"
  12. },
  13. {
  14. "fieldName": "motif",
  15. "fieldType": "String"
  16. },
  17. {
  18. "fieldName": "pieceJointe",
  19. "fieldType": "byte[]",
  20. "fieldTypeBlobContent": "any"
  21. }
  22. ],
  23. "relationships": [],
  24. "changelogDate": "20210618154614",
  25. "entityTableName": "demande_retraite_anticipe",
  26. "dto": "mapstruct",
  27. "pagination": "pagination",
  28. "service": "serviceClass",
  29. "jpaMetamodelFiltering": false,
  30. "fluentMethods": true,
  31. "readOnly": false,
  32. "embedded": false,
  33. "clientRootFolder": "demandeRetraiteAnticipe",
  34. "applications": "*",
  35. "microserviceName": "DemandeRetraiteAnticipe"
  36. }