salix/services/item/server/model-config.json

34 lines
496 B
JSON
Raw Normal View History

2017-12-19 11:29:35 +00:00
{
"user": {
"dataSource": "salix"
},
"AccessToken": {
"dataSource": "salix",
"relations": {
"user": {
"type": "belongsTo",
"model": "user",
"foreignKey": "userId"
}
}
},
"ACL": {
"dataSource": "salix"
},
"RoleMapping": {
"dataSource": "salix"
},
"Role": {
"dataSource": "salix"
},
"Account": {
"dataSource": "salix"
},
"Item": {
"dataSource": "vn"
2017-12-19 13:58:14 +00:00
},
"ItemType": {
"dataSource": "vn"
2017-12-19 11:29:35 +00:00
}
}