k94314517
2023-12-21 9656636c8d7d665df694cae54d296d942f40c9f8
admin/src/api/business/device.js
@@ -7,6 +7,11 @@
  })
}
// 同步
export function syncDevices (data) {
  return request.post('/business/erpsync/syncDevices', data)
}
// 修改
export function updateById (data) {
  return request.post('/business/device/updateById', data)