maven
2 天以前 e7edbb30fba9da450c6ff63fa1e4c93a63be7f46
src/main/java/com/ruoyi/sales/mapper/SalesLedgerProductMapper.java
@@ -40,4 +40,6 @@
    List<Map<String, Object>> selectRawMaterialPurchaseAnalysis();
    int selectProductCountByTypeAndDate(@Param("type") Integer type, @Param("startDate") String startDate, @Param("endDate") String endDate);
    BigDecimal selectRawMaterialExpense();
}