salix/back/models/expedition_PrintOut.json

24 lines
509 B
JSON
Raw Normal View History

2024-06-20 07:21:27 +00:00
{
"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
}
}
}