28 lines
422 B
JSON
28 lines
422 B
JSON
|
{
|
||
|
"name": "PayrollComponent",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "payrollComponent"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"id": true,
|
||
|
"type": "number"
|
||
|
},
|
||
|
"name": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"isSalaryAgreed": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"isVariable": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"isException": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|