23 lines
395 B
JSON
23 lines
395 B
JSON
|
{
|
||
|
"name": "InvoiceOutConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "invoiceOutConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"id": true,
|
||
|
"type": "number",
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"parallelism": {
|
||
|
"type": "number",
|
||
|
"required": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|