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

com.zznote.basecommon.service.TUserRoleService Maven / Gradle / Ivy

The newest version!
package com.zznote.basecommon.service;


import com.baomidou.mybatisplus.extension.service.IService;
import com.zznote.basecommon.entity.system.TUserRole;

import java.util.List;

/**
 * 用户和角色关联表
 *
 * @author zhangzhen
 * @email [email protected]
 * @date 2022-04-12 17:04:17
 */
public interface TUserRoleService extends IService {

    List selectUserIdsByRoleId(Long roleId);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy