connected back to front
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
/**
|
||||
* PyroFetes
|
||||
*
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
export interface CreatePriceDto {
|
||||
sellingPrice?: number;
|
||||
supplierId?: number | null;
|
||||
supplierName?: string | null;
|
||||
supplierEmail?: string | null;
|
||||
supplierPhone?: string | null;
|
||||
supplierAddress?: string | null;
|
||||
supplierZipCode?: string | null;
|
||||
supplierCity?: string | null;
|
||||
supplierDeliveryDelay?: number;
|
||||
productId?: number | null;
|
||||
productReferences?: string | null;
|
||||
productName?: string | null;
|
||||
productDuration?: number;
|
||||
productCaliber?: number;
|
||||
productApprovalNumber?: string | null;
|
||||
productWeight?: number;
|
||||
productNec?: number;
|
||||
productImage?: string | null;
|
||||
productLink?: string | null;
|
||||
productMinimalQuantity?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user