mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	菜单&数据权限新增(展开/折叠 全选/全不选 父子联动)
This commit is contained in:
		@@ -37,6 +37,12 @@ public class SysRole extends BaseEntity
 | 
			
		||||
    @Excel(name = "数据范围", readConverterExp = "1=所有数据权限,2=自定义数据权限,3=本部门数据权限,4=本部门及以下数据权限")
 | 
			
		||||
    private String dataScope;
 | 
			
		||||
 | 
			
		||||
    /** 菜单树选择项是否关联显示(0:父子互相关联显示 1:父子不互相关联显示) */
 | 
			
		||||
    private boolean menuCheckStrictly;
 | 
			
		||||
 | 
			
		||||
    /** 部门树选择项是否关联显示(0:父子互相关联显示 1:父子不互相关联显示) */
 | 
			
		||||
    private boolean deptCheckStrictly;
 | 
			
		||||
 | 
			
		||||
    /** 角色状态(0正常 1停用) */
 | 
			
		||||
    @Excel(name = "角色状态", readConverterExp = "0=正常,1=停用")
 | 
			
		||||
    private String status;
 | 
			
		||||
@@ -128,6 +134,26 @@ public class SysRole extends BaseEntity
 | 
			
		||||
        this.dataScope = dataScope;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean isMenuCheckStrictly()
 | 
			
		||||
    {
 | 
			
		||||
        return menuCheckStrictly;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public void setMenuCheckStrictly(boolean menuCheckStrictly)
 | 
			
		||||
    {
 | 
			
		||||
        this.menuCheckStrictly = menuCheckStrictly;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean isDeptCheckStrictly()
 | 
			
		||||
    {
 | 
			
		||||
        return deptCheckStrictly;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public void setDeptCheckStrictly(boolean deptCheckStrictly)
 | 
			
		||||
    {
 | 
			
		||||
        this.deptCheckStrictly = deptCheckStrictly;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public String getStatus()
 | 
			
		||||
    {
 | 
			
		||||
        return status;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user