salix/back/models/machine.json

19 lines
262 B
JSON
Raw Permalink Normal View History

2024-03-14 07:36:19 +00:00
{
"name": "Machine",
"base": "VnModel",
"options": {
"mysql": {
"table": "vn.machine"
}
},
"properties": {
"id": {
"type": "number",
"id": true
},
"plate": {
"type": "string"
}
}
}