24 lines
509 B
JSON
24 lines
509 B
JSON
|
{
|
||
|
"name": "Expedition_PrintOut",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "dipole.expedition_PrintOut"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"expeditionFk": {
|
||
|
"type": "number",
|
||
|
"id": true,
|
||
|
"description": "id expeditionFk"
|
||
|
},
|
||
|
"itemFk": {
|
||
|
"type": "number",
|
||
|
"required": true
|
||
|
},
|
||
|
"shelvingFk": {
|
||
|
"type": "string",
|
||
|
"required": true
|
||
|
}
|
||
|
}
|
||
|
}
|