无关风月
2025-02-28 dbd15586146974c0c22c99f2321c77c2968b3806
ruoyi-system/src/main/java/com/ruoyi/system/mapper/TBillMapper.java
@@ -33,4 +33,6 @@
     * @return
     */
    List<TBillDto> invoiceList(@Param("query")TBillQuery query, @Param("pageInfo")PageInfo<TBillDto> pageInfo);
    TBillDto selectDetailByBillId(@Param("billId") String billId);
}