添加AGV全点位移动

This commit is contained in:
2024-07-02 13:24:20 +08:00
parent c98258f7ec
commit 00123ea0bc
5 changed files with 315 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
import request from '@/utils/request'
import upload from '@/utils/upload'
// 查询AGV点位 areaCode = 0 查全部
export function queryMmAgvLocation(params) {
return request({
url: '/mes/mm/MmAgvLocation/list',
method: 'get',
params
})
}