无关风月
2025-03-07 c3d0955e19a2856a176f4efe6f385e5f43711c05
ruoyi-system/src/main/java/com/ruoyi/system/service/TBillService.java
@@ -74,7 +74,7 @@
     * @param invoiceId
     * @return
     */
    PageInfo<TBill> getBillByInvoiceId(String invoiceId);
    PageInfo<TBillDto> getBillByInvoiceId(String invoiceId);
    Integer sendSmsByBillIds(SmsByBillDto dto);
@@ -83,4 +83,6 @@
    TBillDto getDetailByBillId(@NotEmpty String id);
    Boolean cashPay(CachPayDto offlinePayDto);
    BillStatisticsDto statistics();
}