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; }