- ordinamento aggiornare la pagina "templates" per Fatturati ultimo anno

- bestseller
This commit is contained in:
Surya Paolo
2025-05-02 10:10:11 +02:00
parent fcc3755c19
commit 192fd4706c
6 changed files with 32 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ const INovita = new Schema(
const IBestseller = new Schema(
{
show: Boolean,
primiNInClassifica: Number,
quantiFattRaggiunti: Number,
}
);