25 lines
363 B
JSON
25 lines
363 B
JSON
{
|
|
"name": "ProductionConfig",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "productionConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "number",
|
|
"required": true,
|
|
"id": true
|
|
},
|
|
"sectorFromCode": {
|
|
"type": "string"
|
|
},
|
|
"sectorToCode": {
|
|
"type": "string"
|
|
},
|
|
"backupPrinterNotificationDelay": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
} |