chenhj
2026-04-30 b69da0d7965a3fe6b532addbeffe0329a2711823
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
    })
}