Risolto problema blocco
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user