Better connection handling
Jenkins Production Deployment

This commit is contained in:
2022-06-26 14:48:00 +02:00
parent fc65474930
commit 0325534d53
64 changed files with 1697 additions and 1505 deletions
@@ -1,9 +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;
contact_person_id: number;
first_name: string;
last_name: string;
gender: string;
email: string;
phone: string;
vendor_id: number;
}