EMS2.0-Documents/5.数据库创建脚本以及数据字典/数据库脚本/MongoDB录入文件/IEMS2-screenRectify.js

63 lines
1.9 KiB
JavaScript
Raw Normal View History

2024-11-28 09:29:02 +08:00
/*
Navicat Premium Data Transfer
Source Server : mongodb-106
Source Server Type : MongoDB
Source Server Version : 50020
Source Host : 116.236.50.106:37027
Source Schema : cabinet_device
Target Server Type : MongoDB
Target Server Version : 50020
File Encoding : 65001
Date: 05/01/2024 16:32:19
*/
// ----------------------------
// Collection structure for IEMS2-screenRectify
// ----------------------------
db.getCollection("IEMS2-screenRectify").drop();
db.createCollection("IEMS2-screenRectify");
// ----------------------------
// Documents of IEMS2-screenRectify
// ----------------------------
db.getCollection("IEMS2-screenRectify").insert([ {
_id: ObjectId("655ef71d40d99c4ce82d2c28"),
deptId: NumberInt("2"),
typeCode: "SOURCE",
signName: "逆变器模块输出电压",
enSignName: "Inverter module output voltage",
flag: NumberInt("1"),
_class: "com.project.device.beans.ScreenParam"
} ]);
db.getCollection("IEMS2-screenRectify").insert([ {
_id: ObjectId("655ef71d40d99c4ce82d2c29"),
deptId: NumberInt("2"),
typeCode: "SOURCE",
signName: "逆变器模块温度",
enSignName: "Inverter module temperature",
flag: NumberInt("1"),
_class: "com.project.device.beans.ScreenParam"
} ]);
db.getCollection("IEMS2-screenRectify").insert([ {
_id: ObjectId("655ef995a2005346aa121ad0"),
deptId: NumberInt("2"),
typeCode: "SOURCE",
signName: "逆变器模块输入电流",
enSignName: "Input current of inverter module",
flag: NumberInt("2"),
_class: "com.project.device.beans.ScreenParam"
} ]);
db.getCollection("IEMS2-screenRectify").insert([ {
_id: ObjectId("655ef995a2005346aa121ad1"),
deptId: NumberInt("2"),
typeCode: "SOURCE",
signName: "逆变器模块输入电压",
enSignName: "Input voltage of inverter module",
flag: NumberInt("2"),
_class: "com.project.device.beans.ScreenParam"
} ]);