- Categorie

- ProductInfo
This commit is contained in:
Surya Paolo
2023-12-27 02:58:15 +01:00
parent f0495d93b3
commit 15d831eecc
16 changed files with 516 additions and 230 deletions

View File

@@ -34,6 +34,7 @@ const gasordineSchema = new Schema({
img: {
type: String,
},
dataora_chiusura_ordini: {
type: Date,
},
@@ -43,6 +44,7 @@ const gasordineSchema = new Schema({
dataora_termine_pagamento: {
type: Date,
},
});
var Gasordine = module.exports = mongoose.model('Gasordine', gasordineSchema);