2024-10-22 07:48:53 +00:00
|
|
|
{
|
|
|
|
"name": "ItemCategoryI18n",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "itemCategoryI18n"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
2024-10-28 10:52:56 +00:00
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"id": true
|
|
|
|
},
|
2024-10-22 07:48:53 +00:00
|
|
|
"categoryFk": {
|
|
|
|
"type": "number",
|
|
|
|
"id": 1
|
|
|
|
},
|
|
|
|
"lang": {
|
|
|
|
"type": "string",
|
|
|
|
"id": 2
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|