deleted notifs components
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* PyroFetes
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
@@ -9,19 +9,10 @@
|
||||
*/
|
||||
|
||||
|
||||
export interface GetPriceDto {
|
||||
id?: number;
|
||||
export interface GetPriceDto {
|
||||
sellingPrice?: number;
|
||||
supplierId?: number;
|
||||
supplierName?: string | null;
|
||||
supplierEmail?: string | null;
|
||||
supplierPhone?: string | null;
|
||||
supplierAddress?: string | null;
|
||||
supplierZipCode?: string | null;
|
||||
supplierCity?: string | null;
|
||||
supplierDeliveryDelay?: number;
|
||||
productId?: number;
|
||||
productReferences?: string | null;
|
||||
productReference?: string | null;
|
||||
productName?: string | null;
|
||||
productDuration?: number;
|
||||
productCaliber?: number;
|
||||
|
||||
Reference in New Issue
Block a user