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