Mr.Shi
2023-09-12 1c7a0f0f76551c5a5360b1c54e5bd7fec44d9cae
web_standard/src/api/business/salaryParam.js
@@ -38,3 +38,23 @@
    }
  })
}
/**
// 修改
export function updateById (data) {
  return http.post('/ext/workorderExt/updateById', data)
}
// 删除
export function deleteById (id) {
  return http.get(`/ext/workorderExt/${id}`)
}
export function outScanAppliances(params) {
   return http.get('/ext/workorderExt/outScanAppliances', { params })
}
 */