refs #5134 fix: model ExpeditionScan
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Sergio De la torre 2023-10-27 16:16:22 +02:00
parent 7fe0641817
commit 7ae12327f5
1 changed files with 4 additions and 5 deletions

View File

@ -8,17 +8,16 @@
"properties": {
"id": {
"type": "number",
"description": "Identifier"
"description": "Identifier",
"id": true
},
"expeditionFk": {
"type": "number",
"description": "Identifier",
"id": true
"description": "Identifier"
},
"palletFk": {
"type": "number",
"description": "Identifier",
"id": true
"description": "Identifier"
},
"scanned": {
"type": "date",