28 lines
604 B
JSON
28 lines
604 B
JSON
|
{
|
||
|
"name": "InvoiceCorrection",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "invoiceCorrection"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"correctingFk": {
|
||
|
"id": true,
|
||
|
"type": "number",
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"correctedFk": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"cplusRectificationTypeFk": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"cplusInvoiceType477Fk": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"invoiceCorrectionTypeFk": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|