huliguo
2025-06-05 0a492b64ca1a4e40cc9ea56eddd1afe2c09a12b3
ruoyi-system/src/main/java/com/ruoyi/system/service/OrderService.java
@@ -7,7 +7,9 @@
import com.ruoyi.system.domain.Agreement;
import com.ruoyi.system.domain.Order;
import com.ruoyi.system.pojo.dto.AddAgreementDTO;
import com.ruoyi.system.pojo.dto.FinanceFlowsDTO;
import com.ruoyi.system.pojo.dto.OrderPageDTO;
import com.ruoyi.system.pojo.dto.WithdrawPageDTO;
import com.ruoyi.system.pojo.vo.*;
import java.time.LocalDate;
@@ -40,4 +42,9 @@
    TodayStatisticsVO today();
    IndexLineChartVO chart(LocalDate startDate, LocalDate endDate);
    FinanceFlowsTopVO financeTop();
    IPage<FinanceFlowsPageVO> flowsPage(FinanceFlowsDTO dto);
}