hangzhoumesParent/common/springsecurity/src/main/java/com/mes/role/mapper/SysRoleMapper.java
New file @@ -0,0 +1,18 @@ package com.mes.role.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.mes.role.entity.SysRole; import org.apache.ibatis.annotations.Mapper; /** * <p> * 角色表 Mapper 接口 * </p> * * @author zhoush * @since 2024-04-11 */ @Mapper public interface SysRoleMapper extends MPJBaseMapper<SysRole> { }