曹睿
9 天以前 6e30fb16e72db22a119285cb5b757b7a5e1b2206
src/api/salesManagement/receiptPayment.js
@@ -74,3 +74,11 @@
        params: query
    })
}
export function receiptPaymentHistoryListNoPage(query) {
    return request({
        url: '/receiptPayment/receiptPaymentHistoryListNoPage',
        method: 'get',
        params: query
    })
}