代码生成模板支持主子表

This commit is contained in:
RuoYi
2021-01-08 11:08:59 +08:00
committed by 疯狂的狮子li
parent 95c2e5a084
commit 3b77911624
22 changed files with 1326 additions and 761 deletions

View File

@@ -13,6 +13,9 @@ public class GenConstants
/** 树表(增删改查) */
public static final String TPL_TREE = "tree";
/** 主子表(增删改查) */
public static final String TPL_SUB = "sub";
/** 树编码字段 */
public static final String TREE_CODE = "treeCode";