Commit 90d3e77a by lixinming

no message

parent bb355e29
...@@ -72,6 +72,7 @@ export const TablesConfig = [ ...@@ -72,6 +72,7 @@ export const TablesConfig = [
association: [ association: [
{type: "hasMany", check: "partyExpenses", foreignKey:"pmId"}, {type: "hasMany", check: "partyExpenses", foreignKey:"pmId"},
{type: "hasMany", check: "rateLearning", foreignKey:"pmId"}, {type: "hasMany", check: "rateLearning", foreignKey:"pmId"},
{type: "hasMany", check: "learningPower", foreignKey:"pmId"},
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment