chenhj
2026-04-24 cb4cea8a525dd120337a710d5bf539dd17e00b55
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
    })
}