fuliqi
2025-02-07 c1681aa10f7f57b43becb4b17d71c1494d991836
ycl-server/src/main/java/com/ycl/platform/mapper/CalculateReportMapper.java
@@ -42,5 +42,5 @@
     * 导出数据
     * @return 数据
     */
    List<CalculateExport> exportData(Integer contractId);
    List<CalculateExport> exportData(Integer whichYear,Integer whichMonth,Integer contractId);
}