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