18 lines
289 B
JSON
18 lines
289 B
JSON
|
{
|
||
|
"name": "OccupationCode",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "occupationCode"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"code": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"name": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|