21 lines
358 B
JSON
21 lines
358 B
JSON
|
{
|
||
|
"name": "BusinessReasonEnd",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "payrollCategories"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"description": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"rate": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|