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

40 lines
583 B
JSON
Raw Normal View History

{
"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": "account"
},
2017-10-10 13:01:10 +00:00
"Delivery": {
"dataSource": "vn"
2017-10-11 10:47:02 +00:00
},
"Zone": {
"dataSource": "vn"
2017-10-11 13:00:18 +00:00
},
"Agency": {
2017-10-13 14:23:00 +00:00
"dataSource": "vn"
},
"Vehicle": {
"dataSource": "vn"
}
}