Adding betterzon api to plutoapi
Jenkins Production Deployment

This commit is contained in:
2021-11-11 11:52:27 +01:00
parent 9713435620
commit 88569f8a40
43 changed files with 3139 additions and 0 deletions
@@ -0,0 +1,9 @@
export interface Contact_Person {
contact_person_id: number;
first_name: string;
last_name: string;
gender: string;
email: string;
phone: string;
vendor_id: number;
}