2024-01-15 14:00:36 +00:00
|
|
|
{
|
|
|
|
"name": "MrwConfig",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "mrwConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
2024-03-15 11:38:33 +00:00
|
|
|
"id": true,
|
2024-01-15 14:00:36 +00:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2024-01-16 14:04:06 +00:00
|
|
|
"password": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2024-01-15 14:00:36 +00:00
|
|
|
"franchiseCode": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"subscriberCode": {
|
|
|
|
"type": "string"
|
2024-05-28 08:08:15 +00:00
|
|
|
},
|
|
|
|
"defaultHeight": {
|
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"defaultLength": {
|
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"defaultWidth": {
|
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"defaultWeight": {
|
|
|
|
"type": "number"
|
2024-06-10 10:24:23 +00:00
|
|
|
},
|
|
|
|
"expeditionDeadLine": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"notified":{
|
|
|
|
"type": "date"
|
2024-01-15 14:00:36 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|