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