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

com.ssrs.platform.service.impl.UserRoleServiceImpl Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.ssrs.platform.service.impl;

import com.ssrs.platform.model.entity.UserRole;
import com.ssrs.platform.mapper.UserRoleMapper;
import com.ssrs.platform.service.IUserRoleService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;

/**
 * 

* 用户角色关联 服务实现类 *

* * @author ssrs * @since 2020-04-04 */ @Service public class UserRoleServiceImpl extends ServiceImpl implements IUserRoleService { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy