51 lines
695 B
JSON
51 lines
695 B
JSON
{
|
|
"name": "MrwConfig",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "mrwConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "number",
|
|
"id": true,
|
|
"required": true
|
|
},
|
|
"url": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"user": {
|
|
"type": "string"
|
|
},
|
|
"password": {
|
|
"type": "string"
|
|
},
|
|
"franchiseCode": {
|
|
"type": "string"
|
|
},
|
|
"subscriberCode": {
|
|
"type": "string"
|
|
},
|
|
"defaultHeight": {
|
|
"type": "number"
|
|
},
|
|
"defaultLength": {
|
|
"type": "number"
|
|
},
|
|
"defaultWidth": {
|
|
"type": "number"
|
|
},
|
|
"defaultWeight": {
|
|
"type": "number"
|
|
},
|
|
"expeditionDeadLine": {
|
|
"type": "string"
|
|
},
|
|
"notified":{
|
|
"type": "date"
|
|
}
|
|
}
|
|
}
|