Type de customer ajouté
This commit is contained in:
@@ -13,5 +13,6 @@ export interface GetCustomerDto {
|
||||
id?: number;
|
||||
note?: string | null;
|
||||
customerTypeId?: number;
|
||||
customerType?: string | null;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,6 +16,6 @@ export interface GetStaffDto {
|
||||
profession?: string | null;
|
||||
email?: string | null;
|
||||
f4T2NumberApproval?: string | null;
|
||||
f4T2ExpirationDate?: string;
|
||||
f4T2ExpirationDate?: Date | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user