Risolto problema blocco

This commit is contained in:
Surya Paolo
2023-12-18 08:02:35 +01:00
parent c2af144c05
commit 265c8f4d9e
7 changed files with 160 additions and 132 deletions

View File

@@ -17,7 +17,7 @@ export interface IProduct {
description?: string,
department?: string,
category?: string,
price?: number,
price: number,
after_price?: string,
color?: string,
size?: string,
@@ -48,7 +48,8 @@ export interface IOrder {
idProvider?: string
idStorehouse?: string
idScontisticas?: string[]
price?: number
price: number
TotalPriceProduct: number
after_price?: string
color?: string
size?: string