salix/modules/ticket/back/models/packagingMistake.json

25 lines
414 B
JSON
Raw Normal View History

{
"name": "PackagingMistake",
"base": "VnModel",
"options": {
"mysql": {
"table": "packagingMistake"
}
},
"properties": {
"expeditionFk": {
"id": true,
"type": "number"
},
"workerFk": {
"type": "number"
},
"typeFk": {
"type": "number"
},
"created": {
"type": "date"
}
}
}