2017-12-20 08:53:50 +00:00
|
|
|
{
|
2018-01-09 10:25:35 +00:00
|
|
|
"name": "TaxClass",
|
2017-12-20 08:53:50 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2018-01-29 11:37:54 +00:00
|
|
|
"table": "taxClass"
|
2017-12-20 08:53:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "Number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"type": "String"
|
|
|
|
},
|
|
|
|
"code": {
|
|
|
|
"type": "String"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|