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

19 lines
313 B
JSON
Raw Normal View History

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