mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修复 SysMenuBo 属性类型错误
This commit is contained in:
		@@ -67,12 +67,12 @@ public class SysMenuBo extends BaseEntity {
 | 
			
		||||
    /**
 | 
			
		||||
     * 是否为外链(0是 1否)
 | 
			
		||||
     */
 | 
			
		||||
    private Integer isFrame;
 | 
			
		||||
    private String isFrame;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 是否缓存(0缓存 1不缓存)
 | 
			
		||||
     */
 | 
			
		||||
    private Integer isCache;
 | 
			
		||||
    private String isCache;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 菜单类型(M目录 C菜单 F按钮)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user