yupeng
2025-03-22 4ee8c6332c6f6fd7b78c6fd200fe32107f5cc37f
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);
}