21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"name": "ItemConfig",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "itemConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"isItemTagTriggerDisabled": {
|
|
"type": "boolean"
|
|
},
|
|
"monthToDeactivate": {
|
|
"type": "boolean"
|
|
},
|
|
"wasteRecipients": {
|
|
"type": "string",
|
|
"description": "Buyers waste report recipients"
|
|
}
|
|
}
|
|
} |