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
304 B

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