提交 4cfc3d3c 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台

升级代码生成器版本

上级 26cb2890
......@@ -60,6 +60,10 @@ public class JeecgOneToMainUtil {
mainTable.setSubTables(subTables);
//第三步:一对多(父子表)数据模型,代码生成
new CodeGenerateOneToMany(mainTable,subTables).generateCodeFile();
try {
new CodeGenerateOneToMany(mainTable,subTables).generateCodeFile();
} catch (Exception e) {
e.printStackTrace();
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册