refs #5983 feat(itemShelving): add userFk field
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-07-25 10:21:54 +02:00
parent 071a891d30
commit 44ceeac9c4
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
"type": "boolean" "type": "boolean"
}, },
"visible": { "visible": {
"type": "number"
},
"userFk": {
"type": "number" "type": "number"
} }
}, },