24 lines
278 B
JSON
24 lines
278 B
JSON
|
{
|
||
|
"name": "ZoneGeo",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "zoneGeo"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"id": true,
|
||
|
"type": "Number"
|
||
|
},
|
||
|
"name": {
|
||
|
"type": "String"
|
||
|
},
|
||
|
"lft": {
|
||
|
"type": "Number"
|
||
|
},
|
||
|
"rgt": {
|
||
|
"type": "Number"
|
||
|
}
|
||
|
}
|
||
|
}
|