io.github.taills.common.jpa.service.SecurityUserRoleService Maven / Gradle / Ivy
package io.github.taills.common.jpa.service;
import io.github.taills.common.jpa.entity.SecurityUserRole;
import io.github.taills.common.jpa.repository.SecurityUserRoleRepository;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
/**
* SecurityUserRole service层
*
* @author auto generated
* @date 2021-10-24 13:56:40
*/
@Service
public class SecurityUserRoleService extends AbstractService {
@Resource
private SecurityUserRoleRepository rep;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy