smart-man-boot/src/main/java/com/qianwen/smartman/modules/tool/mapper/ToolCategoryMapper.java
@@ -5,7 +5,6 @@ import com.qianwen.smartman.modules.tool.entity.ToolCategory; import com.qianwen.smartman.modules.tool.vo.ToolCategoryTreeVO; /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/tool/mapper/ToolCategoryMapper.class */ public interface ToolCategoryMapper extends BaseMapper<ToolCategory> { List<ToolCategoryTreeVO> listCategoryList(); }