gaoluyang
2025-05-16 761f38e975bc4f4d6973eb92996504928e1b30b0
src/api/salesManagement/invoiceLedger.js
@@ -55,3 +55,12 @@
    })
}
// 分页查询
export function invoiceLedgerSalesAccount(query) {
    return request({
        url: '/invoiceLedger/salesAccount',
        method: 'get',
        params: query
    })
}