io.github.taills.common.jpa.repository.SecurityUserRoleRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-common Show documentation
Show all versions of spring-boot-common Show documentation
Taills's Spring Boot Project Common
package io.github.taills.common.jpa.repository;
import io.github.taills.common.jpa.entity.SecurityUserRole;
;
/**
* SecurityUserRole Repository层
*
* @author auto generated
* @date 2021-10-24 13:56:40
*/
public interface SecurityUserRoleRepository extends BaseRepository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy