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

15 lines
189 B
JSON
Raw Normal View History

{
"name": "DeviceProductionLog",
"base": "Log",
"options": {
"mysql": {
"table": "deviceProductionLog"
}
},
"properties": {
"deviceProduction": {
"type": "number"
}
}
}