gaoluyang
3 天以前 e6d1b329dff19a6f0c9a80de9056285c092838f4
1
2
3
4
5
6
7
8
9
10
import request from '@/utils/request'
 
// 工序列表分页查询
export function productProcessListPage(query) {
  return request({
    url: '/productProcess/listPage',
    method: 'get',
    params: query
  })
}