Commit 103624bf by lixinming

no message

parent 7a179927
...@@ -482,6 +482,7 @@ export const TablesConfig = [ ...@@ -482,6 +482,7 @@ export const TablesConfig = [
{type:"hasMany", check:"enterprise_risk", goreignKey:"eId"}, {type:"hasMany", check:"enterprise_risk", goreignKey:"eId"},
{type:"hasMany", check:"enterprise_stem", goreignKey:"eId"}, {type:"hasMany", check:"enterprise_stem", goreignKey:"eId"},
{type:"hasMany", check:"certification", goreignKey:"eId"}, {type:"hasMany", check:"certification", goreignKey:"eId"},
{type:"hasMany", check:"dishonesty", goreignKey:"eId"},
{type:"hasMany", check:"break_the_law", goreignKey:"eId"}, {type:"hasMany", check:"break_the_law", goreignKey:"eId"},
{type:"hasMany", check:"overseas_investment", goreignKey:"eId"}, {type:"hasMany", check:"overseas_investment", goreignKey:"eId"},
] ]
......
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