mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	生成页面时不忽略remark属性
This commit is contained in:
		@@ -340,7 +340,7 @@ public class GenTableColumn extends BaseEntity
 | 
				
			|||||||
    public static boolean isUsableColumn(String javaField)
 | 
					    public static boolean isUsableColumn(String javaField)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        // isSuperColumn()中的名单用于避免生成多余Domain属性,若某些属性在生成页面时需要用到不能忽略,则放在此处白名单
 | 
					        // isSuperColumn()中的名单用于避免生成多余Domain属性,若某些属性在生成页面时需要用到不能忽略,则放在此处白名单
 | 
				
			||||||
        return StringUtils.equalsAnyIgnoreCase(javaField, "parentId", "orderNum");
 | 
					        return StringUtils.equalsAnyIgnoreCase(javaField, "parentId", "orderNum", "remark");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public String readConverterExp()
 | 
					    public String readConverterExp()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user