935090232@qq.com
2021-10-28 f379de6364a7f3b4ddc397d4bf6f70ab13bf6618
zq-erp/src/main/java/com/matrix/system/common/bean/SysRole.java
@@ -61,7 +61,7 @@
    /**
     * 所有客户权限
     */
    private String coustomer;
    private String customer;
    /**
     * 功能集合
@@ -81,12 +81,12 @@
    @Extend
    private String menuKeys;
    public String getCoustomer() {
        return coustomer;
    public String getCustomer() {
        return customer;
    }
    public void setCoustomer(String coustomer) {
        this.coustomer = coustomer;
    public void setCustomer(String customer) {
        this.customer = customer;
    }
    public Integer getIsDefault() {