23 lines
419 B
JSON
23 lines
419 B
JSON
|
{
|
||
|
"name": "Origin",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "origin",
|
||
|
"database": "vn"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "Number",
|
||
|
"id": true,
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"code": {
|
||
|
"type": "String"
|
||
|
},
|
||
|
"name": {
|
||
|
"type": "String"
|
||
|
}
|
||
|
}
|
||
|
}
|