spring
3 天以前 f68311c42b262298b2187fe5b8b284c31e6a1cdf
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
  })
}