xuhy
2025-02-20 298a6a7085823ec754762c39affe145bb47e4aaa
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);
}