entity DemandeProlongmentRetraite { idPersonnel Long, statut Statut, nombreAnneesDemandee Integer, pieceJointe Blob } enum Statut { EN COURS, VALIDER , REFUSER } service all with serviceClass microservice * with DemandeProlongmentRetraite paginate * with pagination dto * with mapstruct