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

20 lines
244 B
JSON
Raw Normal View History

2020-09-21 11:24:43 +00:00
{
"name": "MailConfig",
"base": "VnModel",
"options": {
"mysql": {
"table": "account.mailConfig"
}
},
"properties": {
"id": {
"type": "number",
"id": true
},
"domain": {
"type": "string",
"required": true
}
}
}