无关风月
2025-03-20 18bb27374d39d6ebb9f3ec881b6cd915bd9f6c93
ruoyi-system/src/main/java/com/ruoyi/system/service/TBillService.java
@@ -83,4 +83,8 @@
    TBillDto getDetailByBillId(@NotEmpty String id);
    Boolean cashPay(CachPayDto offlinePayDto);
    BillStatisticsDto statistics();
    Integer batchBillCount(String userId, List<String> billIds);
}