zhangwencui
6 天以前 5333935ae59999c47653122a669f4326f0173c1c
1
2
3
4
5
6
7
8
9
import request from "@/utils/request.js";
 
export function productModelList(query) {
    return request({
        url: '/basic/product/pageModel',
        method: 'get',
        params: query
    })
}