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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user