yangys
2024-05-19 9e5da8899bc21bb5b6b0a3c267108caa00199291
smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/mapper/MenuMapper.java
@@ -8,7 +8,7 @@
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<Menu> {
    List<MenuVO> lazyList(Long parentId, Map<String, Object> param);