xuhy
2025-02-18 9c439d7751223f9c6d8a9ff74ce38d7ce8bde70e
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);
}