30 lines
579 B
JSON
30 lines
579 B
JSON
{
|
|
"name": "EntryConfig",
|
|
"base": "VnModel",
|
|
"mixins": {
|
|
"Loggable": true
|
|
},
|
|
"options": {
|
|
"mysql": {
|
|
"table": "entryConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"defaultEntry": {
|
|
"type": "number",
|
|
"id": true
|
|
},
|
|
"mailToNotify": {
|
|
"type": "string"
|
|
},
|
|
"inventorySupplierFk": {
|
|
"type": "number"
|
|
},
|
|
"maxLockTime": {
|
|
"type": "number"
|
|
},
|
|
"defaultSupplierFk": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
} |