diff --git a/gestiondefacturefront.jh b/gestiondefacturefront.jh new file mode 100644 index 0000000..aee66e0 --- /dev/null +++ b/gestiondefacturefront.jh @@ -0,0 +1,28 @@ +/** + * The Efacture entity. + */ +entity Efacture { + cin String + nometprenom String + ncliMobile String + ndMobile String + ncliFixe String + ndFixe String + ncliAdsl String + ndAdsl String + matricule String +} + + +// Set pagination options +//paginate Efacture, Employee with infinite-scroll +paginate Efacture with pagination + +// Use Data Transfer Objects (DTO) +// dto * with mapstruct + +// Set service options to all except few +service all with serviceImpl except Employee, Job + +// Set an angular suffix +// angularSuffix * with mySuffix