gaoluyang
3 天以前 b99cca7e1544ff827135fdbba54e3c5c78f7b581
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
    })
}