祖安之光
2025-11-27 dc0308d8f66c34cdf90f926af1455f865285b0e5
src/api/customerList/index.js
@@ -7,6 +7,14 @@
        params: params
    })
}
export function getCustomerAll(params) {
    return request({
        url: 'market/inventory/listAll',
        method: 'get',
        params: params
    })
}
export function addCustomer(data) {
    return request({