xuhy
2025-03-07 33f8bb2acdf33d276f408cd74cc274b772a559e3
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();
}