Actualizar CRUD módulo bombas de combustible

This commit is contained in:
2026-07-02 21:34:29 +00:00
parent 5de2154061
commit 913b02f549
5 changed files with 102 additions and 39 deletions

View File

@ -9,7 +9,7 @@ const fuelPumpSchema = new mongoose.Schema({
},
fuelTypeId:{
type:mongoose.Types.ObjectId,
type:mongoose.Schema.Types.ObjectId,
ref:"FuelType",
required:true
},