refs #5870 feat:fixModel
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Sergio De la torre 2023-11-09 08:04:38 +01:00
parent 9f5cfd920f
commit 4258015c07
1 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,16 @@
"type": "belongsTo", "type": "belongsTo",
"model": "Sector", "model": "Sector",
"foreignKey": "sectorFk" "foreignKey": "sectorFk"
},
"train": {
"type": "belongsTo",
"model": "Train",
"foreignKey": "trainFk"
},
"printer": {
"type": "belongsTo",
"model": "Printer",
"foreignKey": "labelerFk"
} }
} }
} }