曹睿
2025-06-23 920ff9074e6e925c99a051cb4669553047c178b4
src/api/salesManagement/receiptPayment.js
@@ -74,3 +74,11 @@
        params: query
    })
}
export function receiptPaymentHistoryListNoPage(query) {
    return request({
        url: '/receiptPayment/receiptPaymentHistoryListNoPage',
        method: 'get',
        params: query
    })
}