无关风月
2025-03-06 2923193f0e52b0607868d27fe9b9e0a9c8d11b9c
ruoyi-system/src/main/java/com/ruoyi/system/service/TInvoiceService.java
@@ -19,5 +19,4 @@
public interface TInvoiceService extends IService<TInvoice> {
    PageInfo<TInvoice> pageList(TInvoiceQuery query);
    List<TInvoice> makeQuery(TInvoiceQuery query);
    List<TBill> getBillByInvoiceId(String invoiceId);
}