update 查询查询会员申请开票记录

This commit is contained in:
Lemon
2023-11-01 15:11:31 +08:00
parent cb9f6488e1
commit 53415d34dd
7 changed files with 66 additions and 13 deletions

View File

@@ -73,4 +73,7 @@ public interface OrderInvoiceRecordMapper {
public int deleteOrderInvoiceRecordByIds(Integer[] ids);
List<OrderInvoiceRecord> selectInvoiceRecordList(QueryInvoiceRecordDTO dto);
List<OrderInvoiceRecordVO> selectInvoiceVOList(QueryInvoiceRecordDTO dto);
}