zxl
4 天以前 c83101eb62f5d4906b9c01ceea6b21a37f9e84d8
ycl-server/src/main/java/com/ycl/platform/mapper/CalculateReportMapper.java
@@ -42,5 +42,5 @@
     * 导出数据
     * @return 数据
     */
    List<CalculateExport> exportData(Integer whichYear,Integer whichMonth,Integer contractId);
    List<CalculateExport> exportData(Integer whichYear,Integer whichMonth,Integer whichDay,Integer contractId);
}