2022-03-07 12:54:18 +00:00
|
|
|
{
|
|
|
|
"name": "AgencyTermConfig",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "agencyTermConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
2023-11-24 11:42:25 +00:00
|
|
|
"expenseFk": {
|
2022-03-07 12:54:18 +00:00
|
|
|
"type": "string",
|
|
|
|
"id": true
|
|
|
|
},
|
|
|
|
"vatAccountSupported": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"vatPercentage": {
|
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"transaction": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|