2023-06-13 13:05:37 +00:00
|
|
|
{
|
|
|
|
"name": "ViaexpressConfig",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "viaexpressConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"required": true
|
|
|
|
},
|
2023-06-16 11:49:21 +00:00
|
|
|
"url": {
|
2023-06-13 13:05:37 +00:00
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"clientViaexpress": {
|
2023-06-19 09:55:07 +00:00
|
|
|
"type": "string"
|
2023-06-13 13:05:37 +00:00
|
|
|
},
|
|
|
|
"userViaexpress": {
|
2023-06-19 09:55:07 +00:00
|
|
|
"type": "string"
|
2023-06-13 13:05:37 +00:00
|
|
|
},
|
|
|
|
"passwordViaexpress": {
|
2023-06-19 09:55:07 +00:00
|
|
|
"type": "string"
|
2023-06-13 13:05:37 +00:00
|
|
|
},
|
|
|
|
"defaultWeight": {
|
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"deliveryType": {
|
2023-06-19 09:55:07 +00:00
|
|
|
"type": "string"
|
2023-06-13 13:05:37 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|