23 lines
363 B
JSON
23 lines
363 B
JSON
|
{
|
||
|
"name": "ItemCategoryI18n",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "itemCategoryI18n"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"categoryFk": {
|
||
|
"type": "number",
|
||
|
"id": 1
|
||
|
},
|
||
|
"lang": {
|
||
|
"type": "string",
|
||
|
"id": 2
|
||
|
},
|
||
|
"name": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|