jyy
2021-07-31 78472da3395d1db45b6a76688c72a2c2a372c47a
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;
    }