feat(salix): #7671 define isDestiny field in model
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-07-04 15:25:21 +00:00
parent d6f6df48f2
commit 2064107897
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
"isManaged": {
"type": "boolean"
},
"isDestiny": {
"type": "boolean"
},
"countryFk": {
"type": "number"
}