salix/modules/client/back/models/occupationCode.json

18 lines
289 B
JSON
Raw Normal View History

2024-05-29 13:56:27 +00:00
{
"name": "OccupationCode",
"base": "VnModel",
"options": {
"mysql": {
"table": "occupationCode"
}
},
"properties": {
"code": {
"type": "string"
},
"name": {
"type": "string"
}
}
}