Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Jhipster entities gestiondefacturefront 55112231175509 #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions gestiondefacturefront.jh
Original file line number Diff line number Diff line change
@@ -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