org.eu.vooo.commons.security.mapper.IXResourceMapper Maven / Gradle / Ivy
The newest version!
package org.eu.vooo.commons.security.mapper;
import org.eu.vooo.commons.security.entity.IXResource;
import java.util.List;
/**
* @author [email protected]
*/
public interface IXResourceMapper {
List listByRoleCodeList(List roleCodeList);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy