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

com.ssrs.platform.service.IUserRoleService Maven / Gradle / Ivy

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

import com.ssrs.platform.model.entity.UserRole;
import com.baomidou.mybatisplus.extension.service.IService;

/**
 * 

* 用户角色关联 服务类 *

* * @author ssrs * @since 2020-04-04 */ public interface IUserRoleService extends IService { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy