- Cataloghi: pagine, schede, formato

This commit is contained in:
Surya Paolo
2024-11-19 19:18:54 +01:00
parent 73cf977754
commit b1b952d120
16 changed files with 74 additions and 54 deletions

View File

@@ -76,9 +76,12 @@ const productSchema = new Schema({
quantita: { // in magazzino
type: Number,
},
numpages: {
pagine: {
type: Number,
},
misure: {
type: String,
},
formato: {
type: String,
},