buhuazhen
5 天以前 28c8ef8428f51b41e8f1e34a08bd83bf305bd0c0
src/api/basicData/productModel.js
@@ -6,4 +6,12 @@
        method: 'get',
        params: query
    })
}
export function productModelListByUrl(url, query) {
    return request({
        url,
        method: 'get',
        params: query
    })
}