salix/modules/account/back/models/sip-config.json

19 lines
286 B
JSON

{
"name": "SipConfig",
"base": "VnModel",
"options": {
"mysql": {
"table": "pbx.sipConfig"
}
},
"mixins": {
"AccountLinker": {}
},
"properties": {
"id": {
"type": "number",
"id": true
}
}
}