2022-01-20 14:33:53 +00:00
|
|
|
{
|
|
|
|
"name": "RoleConfig",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "account.roleConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"mixins": {
|
2023-11-20 17:39:37 +00:00
|
|
|
"AccountLinker": {}
|
2022-01-20 14:33:53 +00:00
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"id": true
|
|
|
|
},
|
|
|
|
"mysqlPassword": {
|
|
|
|
"type": "string"
|
2022-02-19 13:05:35 +00:00
|
|
|
},
|
|
|
|
"rolePrefix": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"userPrefix": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"userHost": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"tplUser": {
|
|
|
|
"type": "string"
|
2022-01-20 14:33:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|