- risolto Ordinamento Bestseller (a 6 mesi ora)

- EditOn anche per gli Editori
This commit is contained in:
Surya Paolo
2024-12-17 21:38:21 +01:00
parent 7619ce5b51
commit ce86dd51a8
10 changed files with 41 additions and 36 deletions

View File

@@ -45,7 +45,7 @@ export interface IProductInfo {
short_descr: string
totVen?: number,
vLastM?: number,
vLast3M?: number,
vLast6M?: number,
vLastY?: number,
vLast2Y?: number,
@@ -71,6 +71,7 @@ export interface IVariazione {
availability?: number
formato?: string
misure?: string
pagine?: number
tipologia?: string
edizione?: string
preOrderDate?: Date