lishenao
2025-07-03 d50a93ffd0baa588ad4650b7584b608cdc761990
src/api/salesManagement/receiptPayment.js
@@ -74,3 +74,11 @@
        params: query
    })
}
export function receiptPaymentHistoryListNoPage(query) {
    return request({
        url: '/receiptPayment/receiptPaymentHistoryListNoPage',
        method: 'get',
        params: query
    })
}