yupeng
2025-02-27 b93a0b2565a82984b4843fa31c2c764fcdd43aef
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);
}