salix/modules/worker/back/models/device-production-state.json

19 lines
334 B
JSON
Raw Normal View History

{
"name": "DeviceProductionState",
"base": "VnModel",
"options": {
"mysql": {
"table": "deviceProductionState"
}
},
"properties": {
"code": {
"type": "string",
"id": true
},
"description": {
"type": "string"
}
}
}