35 lines
493 B
JSON
35 lines
493 B
JSON
|
{
|
||
|
"name": "ViaexpressConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "viaexpressConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"required": true
|
||
|
},
|
||
|
"urlAccess": {
|
||
|
"type": "string",
|
||
|
"required": true
|
||
|
},
|
||
|
"clientViaexpress": {
|
||
|
"type": "date"
|
||
|
},
|
||
|
"userViaexpress": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"passwordViaexpress": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"defaultWeight": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"deliveryType": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|