zhangwencui
3 天以前 0f9b62278f0da862a32c1f1fba69882da46bd3a9
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
    })
}