salix/modules/worker/back/models/education-level.json

18 lines
310 B
JSON
Raw Permalink Normal View History

{
"name": "EducationLevel",
"base": "VnModel",
"options": {
"mysql": {
"table": "educationLevel"
}
},
"properties": {
"id": {
"id": true,
2022-03-31 08:54:30 +00:00
"type": "number"
},
"name": {
2022-03-31 08:54:30 +00:00
"type": "string"
}
}
}