spring
7 天以前 0c4429a719f5c95a7690fae51efaaa799ef4e77d
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
    })
}