- prima bozza catalogo

This commit is contained in:
Surya Paolo
2024-12-02 19:37:53 +01:00
parent 351b81308a
commit c914555a5f
6 changed files with 295 additions and 84 deletions

View File

@@ -19,6 +19,9 @@ const productInfoSchema = new Schema({
department: {
type: String, ref: 'Department'
},
sku: {
type: String,
},
code: {
type: String,
unique: true,