公告板
版本库
filestore
活动
搜索
登录
main
/
sunsail-platform-admin
sunsail云平台后端管理项目工程
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 一些需求改进 打开档案时增加了部门选择项 处理了合同信息录入时的性别不自动填入问题 合同到期提醒模块发布
luoyb
2024-04-06
44e0f0472d8efa0646b20db8a40c16beab0b752e
[sunsail-platform-admin.git]
/
febs-auth
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
auth
/
mapper
/
UserRoleMapper.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.auth.mapper;
import cc.mrbird.febs.common.core.entity.system.UserRole;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author MrBird
*/
public interface UserRoleMapper extends BaseMapper<UserRole> {
}