25 lines
465 B
JSON
25 lines
465 B
JSON
|
{
|
||
|
"name": "AgencyTermConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "agencyTermConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"expenceFk": {
|
||
|
"type": "string",
|
||
|
"id": true
|
||
|
},
|
||
|
"vatAccountSupported": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"vatPercentage": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"transaction": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|