package com.xjrsoft.module.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.system.entity.SystemMenuCommonlyUsed; import org.apache.ibatis.annotations.Mapper; /** * @title: 常用功能设置 * @Author brealinxx * @Date: 2024-04-18 * @Version 1.0 */ @Mapper public interface SystemMenuCommonlyUsedMapper extends MPJBaseMapper { }