All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eu.vooo.commons.security.mapper.IXRoleMapper Maven / Gradle / Ivy

package org.eu.vooo.commons.security.mapper;

import org.eu.vooo.commons.lang.result.ResultDTO;
import org.eu.vooo.commons.security.entity.IXRole;

import java.util.List;

/**
 * @author [email protected]
 */
public interface IXRoleMapper {

   List listByUsername(String username);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy