feat: refs #8083 add prop
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-10-16 16:16:51 +02:00
parent cb7575d821
commit de0fe37ffe
1 changed files with 60 additions and 57 deletions

View File

@ -26,6 +26,9 @@
}, },
"externalId": { "externalId": {
"type": "string" "type": "string"
},
"stateTypeFk": {
"type": "number"
} }
}, },
"relations": { "relations": {
@ -60,4 +63,4 @@
"foreignKey": "packagingFk" "foreignKey": "packagingFk"
} }
} }
} }