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