2024-01-15 14:00:36 +00:00
|
|
|
{
|
|
|
|
"name": "MrwConfig",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "mrwConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|