2018-07-30 12:10:09 +00:00
|
|
|
{
|
|
|
|
"name": "ClaimDevelopment",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2018-12-17 10:28:39 +00:00
|
|
|
"table": "claimDevelopment"
|
2018-07-30 12:10:09 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "Number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"relations": {
|
|
|
|
"claim": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "Claim",
|
|
|
|
"foreignKey": "claimFk"
|
|
|
|
},
|
|
|
|
"claimResponsible": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "ClaimResponsible",
|
|
|
|
"foreignKey": "claimResponsibleFk"
|
|
|
|
},
|
|
|
|
"worker": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "Worker",
|
|
|
|
"foreignKey": "workerFk"
|
|
|
|
},
|
|
|
|
"claimDestination": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "ClaimDestination",
|
|
|
|
"foreignKey": "claimDestinationFk"
|
|
|
|
},
|
|
|
|
"claimReason": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "ClaimReason",
|
|
|
|
"foreignKey": "claimReasonFk"
|
|
|
|
},
|
|
|
|
"claimResult": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "ClaimResult",
|
|
|
|
"foreignKey": "claimResultFk"
|
|
|
|
},
|
|
|
|
"claimRedelivery": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "ClaimRedelivery",
|
|
|
|
"foreignKey": "claimRedeliveryFk"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|