salix/back/models/expedition_PrintOut.json

19 lines
385 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": {
2024-06-21 05:18:10 +00:00
"type": "number"
2024-06-20 07:21:27 +00:00
}
}
}