io.robe.auth.data.entry.RoleGroupEntry Maven / Gradle / Ivy
package io.robe.auth.data.entry;
public interface RoleGroupEntry {
String getId();
String getRoleId();
}
package io.robe.auth.data.entry;
public interface RoleGroupEntry {
String getId();
String getRoleId();
}