mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 代码生成 改为生成抽象实体
This commit is contained in:
		@@ -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";
 | 
			
		||||
 
 | 
			
		||||
@@ -193,7 +193,7 @@ public class GenTableColumn extends BaseEntity {
 | 
			
		||||
                // BaseEntity
 | 
			
		||||
                "createBy", "createTime", "updateBy", "updateTime",
 | 
			
		||||
                // TreeEntity
 | 
			
		||||
                "parentName", "parentId", "orderNum");
 | 
			
		||||
                "parentName", "parentId");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean isUsableColumn() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user