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

19 lines
286 B
JSON
Raw Normal View History

{
"name": "SipConfig",
"base": "VnModel",
"options": {
"mysql": {
"table": "pbx.sipConfig"
}
},
"mixins": {
"AccountLinker": {}
},
"properties": {
"id": {
2022-05-12 07:47:47 +00:00
"type": "number",
"id": true
}
}
}