package com.qianwen.smartman.modules.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Param;
import com.qianwen.smartman.modules.system.dto.MenuDTO;
import com.qianwen.smartman.modules.system.entity.Menu;
import com.qianwen.smartman.modules.system.vo.MenuVO;
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/mapper/MenuMapper.class */
public interface MenuMapper extends BaseMapper