无关风月
2025-03-18 2e833e9cfd9ee9979f643b6ea363cfab0ee34eec
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();
}