diff --git a/src/api/ems/record/recordIotenvInstant.js b/src/api/ems/record/recordIotenvInstant.js
new file mode 100644
index 0000000..bd782e3
--- /dev/null
+++ b/src/api/ems/record/recordIotenvInstant.js
@@ -0,0 +1,44 @@
+import request from '@/utils/request'
+
+// 查询物联网数据列表
+export function listRecordIotenvInstant(query) {
+ return request({
+ url: '/ems/record/recordIotenvInstant/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询物联网数据详细
+export function getRecordIotenvInstant(objid) {
+ return request({
+ url: '/ems/record/recordIotenvInstant/' + objid,
+ method: 'get'
+ })
+}
+
+// 新增物联网数据
+export function addRecordIotenvInstant(data) {
+ return request({
+ url: '/ems/record/recordIotenvInstant',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改物联网数据
+export function updateRecordIotenvInstant(data) {
+ return request({
+ url: '/ems/record/recordIotenvInstant',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除物联网数据
+export function delRecordIotenvInstant(objid) {
+ return request({
+ url: '/ems/record/recordIotenvInstant/' + objid,
+ method: 'delete'
+ })
+}
diff --git a/src/views/ems/record/recordIotenvInstant/index.vue b/src/views/ems/record/recordIotenvInstant/index.vue
new file mode 100644
index 0000000..41e4f21
--- /dev/null
+++ b/src/views/ems/record/recordIotenvInstant/index.vue
@@ -0,0 +1,488 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+