- Aggiornamento dal DB di GM al DB Locale

This commit is contained in:
Surya Paolo
2025-04-16 23:28:21 +02:00
parent 383e0bb484
commit 14375d6b15
13 changed files with 118 additions and 21 deletions

View File

@@ -54,6 +54,7 @@ export interface IProductInfo {
totFat?: number,
vLast3M?: number,
fatLast3M?: number,
fatLast6M?: number,
vLast6M?: number,
vLastY?: number,
vLast2Y?: number,
@@ -103,7 +104,6 @@ export interface IProdView {
export interface IProduct {
_id?: any
indiceRanking?: number
active?: boolean
isbn?: string
idProductInfo?: string,