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

58 lines
842 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-20 08:53:50 +00:00
},
"Ink": {
"dataSource": "vn"
},
"Origin": {
"dataSource": "vn"
},
"Producer": {
"dataSource": "vn"
},
"Intrastat": {
"dataSource": "vn"
},
"TaxClass": {
"dataSource": "vn"
},
"TaxCode": {
"dataSource": "vn"
},
"TaxType": {
"dataSource": "vn"
},
"Country": {
"dataSource": "salix"
2017-12-19 11:29:35 +00:00
}
}