xuhy
2025-03-12 7d19db6f29b4bc8a6baacf4f2bc1eefdbe1fe702
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);
}