gaoluyang
6 天以前 b6068a1949f84e88a22f5eb353d6f57c95e40daa
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
    })
}