chenhj
2026-04-23 fa34a64369d443e697c5b0520349878eeaaa8802
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
    })
}