935090232@qq.com
2021-10-06 4e773279a69de9f225bf69d0bd4fc906d656807f
zq-erp/src/main/java/com/matrix/system/common/bean/SysRole.java
@@ -59,6 +59,11 @@
    private String plates;
    /**
     * 所有客户权限
     */
    private String coustomer;
    /**
     * 功能集合
     */
    @Extend
@@ -76,6 +81,14 @@
    @Extend
    private String menuKeys;
    public String getCoustomer() {
        return coustomer;
    }
    public void setCoustomer(String coustomer) {
        this.coustomer = coustomer;
    }
    public Integer getIsDefault() {
        return isDefault;
    }