2017-12-20 08:53:50 +00:00
|
|
|
{
|
2017-12-21 10:47:01 +00:00
|
|
|
"name": "TaxGroup",
|
2017-12-20 08:53:50 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2017-12-21 10:47:01 +00:00
|
|
|
"table": "taxGroup",
|
2017-12-20 08:53:50 +00:00
|
|
|
"database": "vn"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "Number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"type": "String"
|
|
|
|
},
|
|
|
|
"code": {
|
|
|
|
"type": "String"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|