liyong
10 小时以前 1ca5584d7e3200a9af65a099bd26d3593e2ba702
src/main/java/com/ruoyi/warehouse/service/DocumentationService.java
@@ -6,8 +6,9 @@
import com.ruoyi.warehouse.pojo.Documentation;
import com.baomidou.mybatisplus.extension.service.IService;
import javax.servlet.http.HttpServletResponse;
import jakarta.servlet.http.HttpServletResponse;
import java.util.List;
import java.util.Map;
/**
* @author 86151
@@ -23,4 +24,17 @@
    boolean deleteByIds(List<Long> ids);
    List<DocumentationDto> listAll();
    Integer getTotalDocsCount();
    Integer getCategoryNumCount();
    Integer getBorrowedDocsCount();
    Integer getMonthlyAddedDocsCount();
    List<Map<String, Object>> getCategoryDistribution();
    List<Map<String, Object>> getStatusDistribution();
}