2018-01-17 13:28:06 +00:00
|
|
|
{
|
2019-12-13 10:59:25 +00:00
|
|
|
"name": "Expense",
|
2018-01-17 13:28:06 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2018-01-29 11:37:54 +00:00
|
|
|
"table": "expence"
|
2018-01-17 13:28:06 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
2021-06-10 15:08:21 +00:00
|
|
|
"type": "number",
|
2018-01-17 13:28:06 +00:00
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"name": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string"
|
2018-01-17 13:28:06 +00:00
|
|
|
},
|
|
|
|
"isWithheld": {
|
2021-06-10 15:08:21 +00:00
|
|
|
"type": "number"
|
2018-01-17 13:28:06 +00:00
|
|
|
}
|
2022-05-09 12:34:20 +00:00
|
|
|
}
|
2018-01-17 13:28:06 +00:00
|
|
|
}
|