yupeng
2025-02-26 12e6270e9fb0de04ac075c5c4a28c4151874f379
ruoyi-system/src/main/java/com/ruoyi/system/mapper/TBillMapper.java
@@ -34,5 +34,5 @@
     */
    List<TBillDto> invoiceList(@Param("query")TBillQuery query, @Param("pageInfo")PageInfo<TBillDto> pageInfo);
    TBillDto selectTenentByBillId(@Param("billId") String billId);
    TBillDto selectDetailByBillId(@Param("billId") String billId);
}