update 代码生成 改为生成抽象实体

This commit is contained in:
疯狂的狮子li
2021-10-15 16:19:51 +08:00
parent b47f8fd784
commit 284f47e76c
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ public class GenConstants
public static final String[] BASE_ENTITY = { "createBy", "createTime", "updateBy", "updateTime" };
/** Tree基类字段 */
public static final String[] TREE_ENTITY = { "parentName", "parentId", "orderNum", "children" };
public static final String[] TREE_ENTITY = { "parentName", "parentId", "children" };
/** 文本框 */
public static final String HTML_INPUT = "input";