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.

15 lines
282 B

3 years ago
  1. entity DemandeRetraiteAnticipe {
  2. idPersonnel Long,
  3. statut Statut,
  4. motif String,
  5. pieceJointe Blob
  6. }
  7. enum Statut {
  8. EN COURS, VALIDER , REFUSER
  9. }
  10. service all with serviceClass
  11. microservice * with DemandeRetraiteAnticipe
  12. paginate * with pagination
  13. dto * with mapstruct