935090232@qq.com
2021-07-29 6e670a95d253ffef6d8baf66adb7bc08e6ea14e3
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;
    }