import request from '@/utils/request' export function getDeviceFieldMetaAll() { return request({ url: '/api/deviceFieldMeta/all', method: 'get' }) }