chenrui
2025-06-04 7b826779dd70fcfeb956030fdf971552ba58337d
src/api/procurementManagement/paymentEntry.js
@@ -61,4 +61,12 @@
        method: "get",
        params: query
    })
}
}
// 分页查询
export function paymentHistoryList(query) {
    return request({
        url: '/purchase/paymentRegistration/paymentHistoryList',
        method: 'get',
        params: query
    })
}