21 lines
378 B
JSON
21 lines
378 B
JSON
|
{
|
||
|
"name": "WorkerBusinessProfessionalCategory",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "professionalCategory"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"description": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"code": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|