2018-03-20 14:01:49 +00:00
|
|
|
{
|
|
|
|
"name": "AnnualAverageInvoiced",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "annualAverageInvoiced"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"invoiced": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number"
|
2018-03-20 14:01:49 +00:00
|
|
|
},
|
|
|
|
"clientFk": {
|
|
|
|
"id": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"relations": {
|
|
|
|
"client": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "client",
|
|
|
|
"foreignKey": "clientFk"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|