Commit 26e741b3 by lixinming

no message

parent 83f9ddcf
...@@ -832,7 +832,7 @@ export const TablesConfig = [ ...@@ -832,7 +832,7 @@ export const TablesConfig = [
{type:"hasMany", check:"employees", goreignKey:"eId"}, {type:"hasMany", check:"employees", goreignKey:"eId"},
{type:"hasMany", check:"branches", goreignKey:"eId"}, {type:"hasMany", check:"branches", goreignKey:"eId"},
{type:"hasMany", check:"license", goreignKey:"eId"}, {type:"hasMany", check:"license", goreignKey:"eId"},
{type:"hasMany", check:"empty", goreignKey:"eId"}, {type:"hasMany", check:"enterprise_empty", goreignKey:"eId"},
{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"},
......
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