31 lines
644 B
JSON
31 lines
644 B
JSON
{
|
|
"name": "Intrastat",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "intrastat"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "Number",
|
|
"id": true,
|
|
"description": "Identifier"
|
|
},
|
|
"description": {
|
|
"type": "String"
|
|
}
|
|
},
|
|
"relations": {
|
|
"taxClass": {
|
|
"type": "belongsTo",
|
|
"model": "TaxClass",
|
|
"foreignKey": "taxClassFk"
|
|
},
|
|
"taxCode": {
|
|
"type": "belongsTo",
|
|
"model": "TaxCode",
|
|
"foreignKey": "taxCodeFk"
|
|
}
|
|
}
|
|
} |